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