aboutsummaryrefslogtreecommitdiff
path: root/playground/server.sh
blob: 567ff81c474efffd5d44d15aeb13735c72601cca (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh

. $(dirname -- "$0")/env.sh

exec $PYTHON -m hatter server \
    --conf $RUN_PATH/server.yaml \
    --db $DATA_PATH/hatter.db \
    "$@"