Codebase list python-pauvre / ec01bdf debian / bin / pauvre
ec01bdf

Tree @ec01bdf (Download .tar.gz)

pauvre @ec01bdfraw · history · blame

1
2
3
4
5
#! /bin/bash
# pauvre reimplementation in shell: the test suite expects its availability in
# the PATH.  Appropriate python environment is expected to be set in d/rules.
set -ex
exec python3 "$CURDIR/pauvre/pauvre_main.py" "$@"