scyther/gui/wiper.sh

10 lines
129 B
Bash
Raw Permalink Normal View History

#!/bin/sh
#
# Wipe Brutus artefacts.
#
# Run as 'watch -n 10 ./wiper.sh'
2011-01-27 09:57:54 +00:00
find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1