[suicidal.sh]: add suicidal.sh

This commit is contained in:
2024-08-08 23:36:29 +01:00
commit b24751b996
2 changed files with 10 additions and 0 deletions

4
suicidal.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# A script that deletes itself
rm "$0"