From f1a8fb4af67a4529eec3a2cb6505fff818541ebc Mon Sep 17 00:00:00 2001 From: pascal Date: Tue, 19 Jan 2021 15:36:49 +0100 Subject: [PATCH] all --- TP/allpdf.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 TP/allpdf.sh diff --git a/TP/allpdf.sh b/TP/allpdf.sh new file mode 100755 index 0000000..2048f4f --- /dev/null +++ b/TP/allpdf.sh @@ -0,0 +1 @@ +for i in *.tex; do pdflatex $i;done