diff --git a/README.md b/README.md index 01cbdaf..68c98cf 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ repository to house scripts that were not useful enough to earn a place in there ## Overview - `recursive.sh`: a script that calls itself. - - `suicidal.sh`: a script that deletes itself. + - `self_destruct.sh`: a script that deletes itself. diff --git a/suicidal.sh b/self_destruct.sh similarity index 100% rename from suicidal.sh rename to self_destruct.sh