Browse Source

Rewrote clean-me-up.zsh

Samuel W. Flint 8 years ago
parent
commit
a28cfa363e
1 changed files with 11 additions and 2 deletions
  1. 11 2
      clean-me-up.zsh

+ 11 - 2
clean-me-up.zsh

@@ -1,4 +1,13 @@
 #!/bin/zsh -f
 
-rm *~ \#*\#
-rm *.aux *.bcf *.bbl *.toc *.blg *.lol *.log *.out *.run.xml
+rm *~
+rm \#*\#
+rm *.aux
+rm *.bcf
+rm *.bbl
+rm *.toc
+rm *.blg
+rm *.lol
+rm *.log
+rm *.out
+rm *.run.xml