fix in build.sh
Этот коммит содержится в:
родитель
00dd61383c
Коммит
8b8f6b15d8
3
build.sh
3
build.sh
@ -26,5 +26,6 @@ cp $MAINTEX.pdf ../$PDF_NAME
|
||||
cd ..
|
||||
|
||||
# Clear
|
||||
find -E $TEX/ -type f ! -regex ".*\.(tex|bib|cls|sty|bst|clo|asm|gitignore)" -exec rm -f {} \; ;
|
||||
find -E $TEX/ -maxdepth 1 -type f ! -regex ".*\.(tex|bib|cls|sty|bst|clo|asm|gitignore)" -exec rm -f {} \; ;
|
||||
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user