aboutsummaryrefslogtreecommitdiffstats
path: root/clean_perl
diff options
context:
space:
mode:
Diffstat (limited to 'clean_perl')
-rwxr-xr-xclean_perl2
1 files changed, 2 insertions, 0 deletions
diff --git a/clean_perl b/clean_perl
index 9d756b0..eca5b63 100755
--- a/clean_perl
+++ b/clean_perl
@@ -16,3 +16,5 @@ for i in $(find $d -name "*.bs"); do
rm -f $i
fi
done
+
+find $d -depth -type d -exec rmdir {} 2>/dev/null \;