mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-01-06 05:04:22 +00:00
8 lines
123 B
Plaintext
8 lines
123 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cd $(dirname ${0})
|
||
|
|
||
|
. ./prep-env.sh
|
||
|
|
||
|
exec python src/openmtc_gevent/gateway_main.py -f config-gateway.json "$@"
|