Files
inutility_scripts/suicidal.sh
2024-08-08 23:36:29 +01:00

5 lines
50 B
Bash
Executable File

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