2
0
python-capport/start-control.sh
2022-04-05 12:05:18 +02:00

9 lines
110 B
Bash
Executable File

#!/bin/bash
set -e
base=$(dirname "$(readlink -f "$0")")
cd "${base}"
exec ./venv/bin/capport-control "$@"