aboutsummaryrefslogtreecommitdiff
path: root/playground/server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'playground/server.sh')
-rwxr-xr-xplayground/server.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/playground/server.sh b/playground/server.sh
new file mode 100755
index 0000000..388bc25
--- /dev/null
+++ b/playground/server.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+. $(dirname -- "$0")/env.sh
+
+exec $PYTHON -m opcut server \
+ "$@"