fixed clean script

This commit is contained in:
Phuntsok Drak-pa 2019-07-05 22:33:38 +02:00
parent 271d5df2ce
commit e354a12580

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