open in Safari

This commit is contained in:
Sami Samhuri 2016-08-06 17:43:37 -07:00
parent fbe86cd5d5
commit 407a2d3937

View file

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