summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makeclear.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makeclear.sh')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makeclear.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makeclear.sh b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makeclear.sh
new file mode 100644
index 00000000000..1c115ee20c6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-gb7714-2015/example/makeclear.sh
@@ -0,0 +1,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
+
+