2
0
python-capport/stats.sh

9 lines
108 B
Bash
Raw Permalink Normal View History

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