Files
OpenMTC/openmtc-gevent/run-backend
Christian Klopp e9af73dfe8 initial commit
2017-11-07 14:41:38 +01:00

8 lines
133 B
Bash
Executable File

#!/usr/bin/env bash
cd $(dirname ${0})
. ./prep-env.sh
exec python src/openmtc_gevent/backend_main.py -f config-backend.json "$@"