fixed clean script

This commit is contained in:
Phuntsok Drak-pa 2019-07-05 22:33:38 +02:00
parent 271d5df2ce
commit e354a12580
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ for f in $delfname
find -type f -name $f -delete
end
for d in $deldname
find -type d -name $d -exec rm -r "{}" \;
find -type d -name $d -exec rm -r {} +
end