This commit is contained in:
Phuntsok Drak-pa
2019-10-23 19:14:03 +02:00
committed by GitHub
parent b12a3379cc
commit 4da1603bf5

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