diff options
Diffstat (limited to 'clean')
-rwxr-xr-x | clean | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#! /bin/sh +DIR=${1:-$HOME} +echo "find $DIR -name '*~' -exec rm '{}' \;" +find $DIR -name '*~' -exec rm '{}' \; |
index : bin | ||
mainly shell script | Jérémy Zurcher |
summaryrefslogtreecommitdiffstats |