open in Chrome

This commit is contained in:
Sami Samhuri 2016-02-13 13:42:34 -08:00
parent e03c18b36a
commit e21e41b374

View file

@ -10,4 +10,4 @@ if [[ -z "$REPO" ]] || [[ -z "$BRANCH" ]]; then
echo "usage: $(basename "$0") <remote> <branch (ref)>"
exit 1
fi
open "https://github.com/${REPO}/compare/${BRANCH}?expand=1"
open -a "Google Chrome" "https://github.com/${REPO}/compare/${BRANCH}?expand=1"