7 lines
88 B
Bash
Executable file
7 lines
88 B
Bash
Executable file
#!/bin/sh -eu
|
|
|
|
cd "$RUN_DIR"
|
|
|
|
[ -z "${DEBUG:-}" ] || set -x
|
|
|
|
exec python -m unwind "$@"
|