#!/usr/bin/env sh set -eu main() { cd utils waitress-serve --port=65193 'app.app' & } main "$@"