Files
inutility_scripts/self_destruct.sh

5 lines
50 B
Bash
Executable File

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