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