unwind/scripts/build

8 lines
100 B
Text
Raw Normal View History

#!/bin/sh -eu
cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec poetry export -o requirements.txt