unwind/scripts/app

6 lines
73 B
Text
Raw Normal View History

#!/bin/sh -eu
[ -z "${DEBUG:-}" ] || set -x
exec python -m unwind "$@"