2
0
python-capport/start-api.sh

9 lines
108 B
Bash
Raw Permalink 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-webui "$@"