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