simplify master branch.

This commit is contained in:
Paul Irish 2015-01-24 13:25:29 -08:00
parent c33d7e951a
commit 71b05accda

3
gh.sh
View file

@ -42,5 +42,8 @@ then
giturl="${giturl}/tree/${branch}"
fi
# simplify URL for master
giturl=${giturl/tree\/master/}
open $giturl
exit 0