[suicidal.sh]: rename suicidal.sh to self_destruct.sh
This commit is contained in:
4
self_destruct.sh
Executable file
4
self_destruct.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
# A script that deletes itself
|
||||
|
||||
rm "$0"
|
Reference in New Issue
Block a user