Pipe stdout and stderr to /dev/null

thx @mslinn . fixes #11
This commit is contained in:
Paul Irish 2015-02-02 15:46:37 -08:00 committed by Johan Hermansson
parent 68e9ee845f
commit 4e9b74c2dc

View file

@ -73,5 +73,5 @@ else
fi
# open it in a browser
$open $giturl
$open $giturl &> /dev/null
exit 0