Files
utility_scripts/suicidal_script.sh
2024-07-08 19:39:45 +01:00

5 lines
50 B
Bash
Executable File

#!/bin/sh
# A script that deletes itself
rm "$0"