summaryrefslogtreecommitdiffstats
path: root/clean
blob: 5680003d77896b004755e3cbd6f4580848c8d54b (plain)
1
2
3
4
#! /bin/sh
DIR=${1:-$HOME}
echo "find $DIR -name '*~' -exec rm '{}' \;"
find $DIR -name '*~' -exec rm '{}' \;