diff options
Diffstat (limited to 'playground/server.sh')
| -rwxr-xr-x | playground/server.sh | 6 |
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 \ + "$@" |
