aboutsummaryrefslogtreecommitdiffstats
path: root/website/start_server.sh
diff options
context:
space:
mode:
authorben2018-09-18 10:52:38 +0200
committerben2018-09-18 10:52:38 +0200
commitf57654b84b4cf0ffa1287034fc9f66ba200bb259 (patch)
tree5ffb371ce5b5008052e425955f45c8b808ba7fa0 /website/start_server.sh
downloadtruepolyglot-f57654b84b4cf0ffa1287034fc9f66ba200bb259.tar.gz
truepolyglot-f57654b84b4cf0ffa1287034fc9f66ba200bb259.tar.bz2
truepolyglot-f57654b84b4cf0ffa1287034fc9f66ba200bb259.tar.xz
First public commit
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