Merge pull request #488 from apjanke/git-clear-shebang

Fix missing shebang in git-clear and missing +x on others.
This commit is contained in:
Nimit Kalra 2015-12-27 14:10:56 -06:00
commit 4c06b7f074
3 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
echo "Sure? - This command may delete files that cannot be recovered. [Y/n]"
read ans
if [ "$ans" != "n" ]

0
bin/git-show-merged-branches Normal file → Executable file
View file

0
bin/git-show-unmerged-branches Normal file → Executable file
View file