Fix missing shebang in git-clear and missing +x on others

This commit is contained in:
Andrew Janke 2015-12-27 15:02:55 -05:00
parent 91ca995edc
commit a09eefde25
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