From 27e11a86486cd289e5abc6cc743a457a78706c85 Mon Sep 17 00:00:00 2001 From: Pavak Paul Date: Thu, 21 Apr 2022 02:04:08 +0530 Subject: [PATCH] added this file to be deleted --- removegit.sh | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/removegit.sh b/removegit.sh index ed0cb0f..66d9bae 100644 --- a/removegit.sh +++ b/removegit.sh @@ -1,9 +1,15 @@ -echo "removing everything related to the starter git repo" +echo "Removing everything related to the starter git repo" -echo "removing git..." +echo "Removing git..." rm -rf .git -echo "removing LICENSE and README.md..." +echo "Removing LICENSE and README.md..." rm LICENSE README.md -echo "keeping .gitignore as it might be useful" +echo "Keeping .gitignore as it might be useful" + +echo "Removing this file to prevent future accidental deletes" + +rm removegit.sh + +echo "Bye..." \ No newline at end of file