#!/bin/sh

arg="$1"; [[ "$arg" == "" ]] && arg="index"

open -a /Applications/*Chrome.app ${arg}.html



