2
0
python-capport/start-control.sh

9 lines
110 B
Bash
Raw Normal View History

2022-04-04 19:21:51 +02:00
#!/bin/bash
set -e
base=$(dirname "$(readlink -f "$0")")
cd "${base}"
exec ./venv/bin/capport-control "$@"