Added some minimal explanation to the wiper script.

This commit is contained in:
Cas Cremers 2011-09-23 11:23:41 +02:00
parent 74ca7217ea
commit a6bb143101

View File

@ -1,4 +1,8 @@
#!/bin/sh #!/bin/sh
#
# Wipe Brutus artefacts.
#
# Run as 'watch -n 10 ./wiper.sh'
find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1 find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1