Created
July 24, 2014 09:01
-
-
Save Videl/df750a3d5afb33259edb to your computer and use it in GitHub Desktop.
Clean temporary Latex files
This file contains 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/sh | |
find . -regex ".*\(aux\|bbl\|blg\|log\|nav\|out\|snm\|fls\|synctex\.gz\|fdb_latexmk\|toc\)$" -exec rm -i {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment