Add suicidal_script.sh

This commit is contained in:
2024-07-07 21:21:26 +01:00
parent b4511d3be4
commit 1f30cb4fe3
2 changed files with 5 additions and 0 deletions

4
suicidal_script.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# A script that deletes itself
rm "$(echo $0 | awk -F '/' '{print $NF}')"