#!/usr/bin/env bash
if [ -z "$PYHP" ]; then
PYHP=""$(dirname "$0")"/pyhp.py"
fi
PYH="$1"
shift
"$PYHP" "$PYH" | python3 - "$@"