File: pauvre

package info (click to toggle)
python-pauvre 0.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: python: 3,947; sh: 44; makefile: 20
file content (6 lines) | stat: -rwxr-xr-x 194 bytes parent folder | download | duplicates (3)
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" "$@"