Modification pour compiler les documents latex

This commit is contained in:
2020-08-19 08:47:06 +02:00
parent 0172b4f62c
commit 822dc3617c
5 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
function move_output_to_dist {
find . -maxdepth 1 -name "$1" -type f -print0 | xargs -0r mv -t /dist/
find . -name "$1" -type f -print0 | xargs -0r mv -t /dist/
}
# Create new directory