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

9 lines
124 B
Bash
Executable File

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