unwind/scripts/app

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
135 B
Text
Raw Permalink Normal View History

#!/bin/sh -eu
2021-06-21 18:54:03 +02:00
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
2025-05-15 21:56:57 +02:00
python_bin=$(uv run command -v python)
exec "$python_bin" -m unwind "$@"