ascii-tyrant.sh: handle e2 80 98, use sed with g
[cmccabe-bin] / git-cur-branch.sh
1 #!/usr/bin/env bash
2
3 git branch | awk '/\*/ { print $2; }'