#!/bin/bash -e DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" "${DIR}/build.sh" osascript -e "tell application \"Chrome\" to open location \"file://${DIR}/index.html#${1}\""