From e292804b22719871fb75e81aa3029cb9c94eafda Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 8 Aug 2024 23:46:14 +0100 Subject: [PATCH] [suicidal.sh]: rename suicidal.sh to self_destruct.sh --- README.md | 2 +- suicidal.sh => self_destruct.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename suicidal.sh => self_destruct.sh (100%) 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