apenwarr-redo/clean.do

9 lines
173 B
Text
Raw Normal View History

if [ -e .do_built ]; then
while read x; do
rm -f "$x"
done <.do_built
fi
redo t/clean
rm -f *~ .*~ */*~ */.*~ *.pyc
rm -rf t/.redo
find -name '*.tmp' -exec rm -fv {} \;