Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
BROWSER_PATH='open /Applications/Google\ Chrome.app'
if [[ $# -eq 0 ]] ; then
echo "Please enter a version number:"
read VERSION
else
VERSION=$1
fi