From d5ff9b666c9b94b0666050e18da0e554f18860ba Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 13 Feb 2025 14:23:27 +0000 Subject: [PATCH] [README]: Add disappearing.sh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a140de..39bf10e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This repository was created as a sister repository to the more practical [`utili repository to house scripts that were not useful enough to earn a place in there. ## Overview + - `disappearing.sh`: a script that deletes its source code while executing and replaces it when exiting, hence "disappearing" while running and re-appearing once finished. - `recursive.sh`: a script that calls itself. - `self_destruct.sh`: a script that deletes itself. - `suicidal.sh`: a script that kills the process that's executing it, i.e. itself.