From a6bb14310118b2c3ae2f079e33f3b7b77180686e Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Fri, 23 Sep 2011 11:23:41 +0200 Subject: [PATCH] Added some minimal explanation to the wiper script. --- gui/wiper.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gui/wiper.sh b/gui/wiper.sh index 65f0ce5..11766f7 100755 --- a/gui/wiper.sh +++ b/gui/wiper.sh @@ -1,4 +1,8 @@ #!/bin/sh +# +# Wipe Brutus artefacts. +# +# Run as 'watch -n 10 ./wiper.sh' find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1