Codebase list python-pauvre / 7c8e9658-c412-44a8-8a1f-040ffca65b18/main debian / bin / pauvre
7c8e9658-c412-44a8-8a1f-040ffca65b18/main

Tree @7c8e9658-c412-44a8-8a1f-040ffca65b18/main (Download .tar.gz)

pauvre @7c8e9658-c412-44a8-8a1f-040ffca65b18/mainraw · 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" "$@"