[suicidal.sh]: rename suicidal.sh to self_destruct.sh

This commit is contained in:
2024-08-08 23:46:14 +01:00
parent 45ac973e02
commit e292804b22
2 changed files with 1 additions and 1 deletions

4
self_destruct.sh Executable file
View File

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