unwind/scripts/app
ducklet 1a7d85b31d feat: add support for new ratings page
Genres are no longer available for ratings, so we make them optional.
Adds support for validating generics in union types.
2024-05-11 17:13:48 +02:00

7 lines
99 B
Bash
Executable file

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