added this file to be deleted

This commit is contained in:
Pavak Paul 2022-04-21 02:04:08 +05:30
parent 9b2e79643d
commit 27e11a8648

View File

@ -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..."