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