OpenMTC/openmtc-gevent/run-gateway

8 lines
124 B
Plaintext
Raw Normal View History

2017-11-07 13:41:38 +00:00
#!/bin/sh
cd $(dirname ${0})
. ./prep-env.sh
2018-10-14 15:03:08 +00:00
exec python3 src/openmtc_gevent/gateway_main.py -f config-gateway.json "$@"