Created
March 8, 2013 10:16
-
-
Save Velrok/5115521 to your computer and use it in GitHub Desktop.
Remove all the files that latex generates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
for i in aux bbl blg fdb_latexmk fls out synctex.gz log toc lof lot | |
do | |
rm *.$i | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment