mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-02-02 16:50:38 +00:00
8 lines
133 B
Bash
Executable File
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 "$@"
|