mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-28 08:48:59 +00:00
8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd $(dirname ${0})
|
|
|
|
. ./prep-env.sh
|
|
|
|
exec python3 src/openmtc_gevent/gateway_main.py -f config-gateway.json "$@"
|