From 68b65a3fa87fd40aac3b0cd32e0fad61bb2c4fe2 Mon Sep 17 00:00:00 2001 From: Pierre-antoine Comby Date: Mon, 28 Jan 2019 13:08:42 +0100 Subject: [PATCH] rm compile file --- compile.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 0f7a5ab..38ceed8 100755 --- a/compile.sh +++ b/compile.sh @@ -6,4 +6,5 @@ find . -name "main.tex" -execdir sh -c " pwd && latexmk {} -pdf main.tex -e '$la #clean up : shopt -s globstar -rm -f **/*.aux **/*.log **/*.out **/*.fls **/*.fdb_latexmk **/*.toc +rm -f **/*.aux **/*.log **/*.out +#**/*.fls **/*.fdb_latexmk **/*.toc