made more precise security-question.

This commit is contained in:
grindhold 2015-09-01 15:17:14 +02:00
parent dae38840f9
commit a66c9446b5

View file

@ -1,4 +1,4 @@
echo "Sure? [Y/n]"
echo "Sure? - This command may delete files that cannot be recovered. [Y/n]"
read ans
if [ "$ans" != "n" ]
then git clean -d -f -x && git reset --hard