diff options
author | Eric Bidelman | 2012-04-21 19:30:21 -0700 |
---|---|---|
committer | Eric Bidelman | 2012-04-21 19:30:21 -0700 |
commit | 482039b40d8315916460f4065e73e9806af2da81 (patch) | |
tree | e99fa441adb51c737eb7b49a1975fdc19d38abdb /serve.sh | |
parent | 842ac6b09e0a33f7d7fdc0e634d8ea53bd7ed656 (diff) | |
download | io-slides-remote-482039b40d8315916460f4065e73e9806af2da81.tar.gz |
README. Config cleanup
Diffstat (limited to 'serve.sh')
-rwxr-xr-x | serve.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ then | |||
12 | port=8000 | 12 | port=8000 |
13 | fi | 13 | fi |
14 | 14 | ||
15 | open http://localhost:$port && python -m SimpleHTTPServer $port; \ No newline at end of file | 15 | open http://localhost:$port/template.html && python -m SimpleHTTPServer $port; |