unwind/scripts/app

8 lines
88 B
Text
Raw Normal View History

#!/bin/sh -eu
2021-06-21 18:54:03 +02:00
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec python -m unwind "$@"