compilation des TD
This commit is contained in:
parent
d462579fab
commit
d9fb7fc1cb
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ find . -name "main.tex" -execdir sh -c "pwd && pdflatex -shell-escape -interact
|
||||||
|
|
||||||
mkdir "public"
|
mkdir "public"
|
||||||
for i in `find . -maxdepth 1 -type d -regex \.\/[0-9].*?`;do
|
for i in `find . -maxdepth 1 -type d -regex \.\/[0-9].*?`;do
|
||||||
cp -f $i/Cours/main.pdf ./public/${i:2}.pdf;
|
cp -f $i/Cours/main.pdf ./public/${i:2}.pdf;
|
||||||
|
cp -f $i/TD/main.pdf ./public/${i:2}_TD.pdf;
|
||||||
|
|
||||||
done;
|
done;
|
||||||
#clean up :
|
#clean up :
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
|
|
Loading…
Reference in a new issue