Codebase list python-pauvre / 487352f debian / bin / pauvre
487352f

Tree @487352f (Download .tar.gz)

pauvre @487352fraw · history · blame

1
2
3
4
5
6
#! /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" "$@"