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