unwind/scripts/app

5 lines
73 B
Bash
Executable file

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