#!/bin/sh
cd $(dirname ${0})
. ./prep-env.sh
exec python3 src/openmtc_gevent/gateway_main.py -f config-gateway.json "$@"