Added some minimal explanation to the wiper script.
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user