diff options
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; |