This commit is contained in:
2024-07-08 19:39:45 +01:00
parent 1f30cb4fe3
commit 15b8b5a91e

View File

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