find bash through /usr/bin/env
[cmccabe-bin] / git-cur-branch.sh
1 #!/usr/bin/env bash
2
3 git branch | awk '/\*/ { print $2; }'