aboutsummaryrefslogtreecommitdiff
path: root/serve.sh
diff options
context:
space:
mode:
Diffstat (limited to 'serve.sh')
-rwxr-xr-xserve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/serve.sh b/serve.sh
index 825b7cc..9663bad 100755
--- a/serve.sh
+++ b/serve.sh
@@ -12,4 +12,4 @@ then
12 port=8000 12 port=8000
13fi 13fi
14 14
15open http://localhost:$port && python -m SimpleHTTPServer $port; \ No newline at end of file 15open http://localhost:$port/template.html && python -m SimpleHTTPServer $port;