blob: 4c51ab345061e0ea8a4fff34d166e1c14ed67f58 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
# Copyright (c) 2012-2016 hzz
#clear aux files
rm -r *.aux *.bbl *.blg *.log *.out *.toc *.bcf *.xml *.synctex *.nlo *.nls *.bak *.ind *.idx *.ilg *.lof *.lot *.ent-x *.tmp *.ltx *.los *.lol *.loc *.listing *.gz *.userbak *.nav *.snm *.vrb *.fls *.xdv *.fdb_latexmk
|