#! /bin/sh echo "starting python SimpleHTTPServer started in "`pwd` python -m SimpleHTTPServer & echo "Starting Safari with http://0.0.0.0:8000:/html5_index.html" open -a Safari http://0.0.0.0:8000:/html5_index.html