6 lines
38 B
Text
6 lines
38 B
Text
|
#!/bin/sh
|
||
|
|
||
|
rm *.aux
|
||
|
rm *.log
|
||
|
rm *.pdf
|