This commit is contained in:
Phuntsok Drak-pa 2019-10-23 19:14:03 +02:00 committed by GitHub
parent b12a3379cc
commit 4da1603bf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set deldname "auto" "_minted*" "svg-inkscape"
for f in $delfname
find -type f -name $f -delete
end
for d in $deldname
find -type d -name $d -exec rm -r {} +
end