Codebase list python-pauvre / fresh-snapshots/main debian / bin / pauvre
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

pauvre @fresh-snapshots/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" "$@"