summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-03 13:53:56 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-03 13:53:56 +0300
commit3038292daee114f22417495bfac4dcd105ee955a (patch)
treecfff0f1bff59759423b4082d6a9635cd13993ffa /run
downloadickweb-3038292daee114f22417495bfac4dcd105ee955a.tar.gz
Add: initial commit
Diffstat (limited to 'run')
-rwxr-xr-xrun5
1 files changed, 5 insertions, 0 deletions
diff --git a/run b/run
new file mode 100755
index 0000000..0d1f411
--- /dev/null
+++ b/run
@@ -0,0 +1,5 @@
+#!/usr/bin/env python3
+
+import ickweb
+
+ickweb.create_app().run(host='localhost', port=8080)