git @ Cat's Eye Technologies Pixley / master impl / pixley.js / start.sh
master

Tree @master (Download .tar.gz)

start.sh @masterraw · history · blame

1
2
3
4
5
6
7
#!/bin/sh

THIS=`realpath $0`
DIR=`dirname $THIS`
cd $DIR
(sleep 1 && python -m webbrowser -t "http://127.0.0.1:8000/demo/pixley.html") &
python -m SimpleHTTPServer