#! /bin/bash
# pauvre reimplementation in shell: the test suite expects its availability in
# the PATH.
set -ex
export PYTHONPATH="$BUILDDIR"
exec python3 "$BUILDDIR/pauvre/pauvre_main.py" "$@"
