aboutsummaryrefslogtreecommitdiff
path: root/playground/server.sh
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-03-22 01:31:27 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-03-22 01:31:27 +0100
commitcc4ba3b063f14943579ffbfe416828590f70ae0a (patch)
treeaf2127920fb57603206ca670beb63b5d58650fb8 /playground/server.sh
parentc594b1fca854a7b9fb73d854a9830143cd1032fc (diff)
WIP major rewrite
Diffstat (limited to 'playground/server.sh')
-rwxr-xr-xplayground/server.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/playground/server.sh b/playground/server.sh
new file mode 100755
index 0000000..8011973
--- /dev/null
+++ b/playground/server.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+. $(dirname -- "$0")/env.sh
+
+exec $PYTHON -m hatter server \
+ --conf server.yaml \
+ "$@"