f38fbd5
1 2 3 4 5 6
#!/usr/bin/env bash set -o errexit -o nounset -o pipefail cd /usr/src exec python3 -m cgitize.main "$@"