aboutsummaryrefslogtreecommitdiffstats
path: root/website/start_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'website/start_server.sh')
-rwxr-xr-xwebsite/start_server.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/website/start_server.sh b/website/start_server.sh
new file mode 100755
index 0000000..0060e39
--- /dev/null
+++ b/website/start_server.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+echo "http://127.0.0.1:8000"
+python -m SimpleHTTPServer 8000