make this actually work as cgi-script
parent
aff67740f8
commit
dcaf1e7127
5
pyhi.sh
5
pyhi.sh
|
@ -4,10 +4,7 @@ if [ -z "$PYHP" ]; then
|
||||||
PYHP=""$(dirname "$0")"/pyhp.py"
|
PYHP=""$(dirname "$0")"/pyhp.py"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PYH="$1"
|
HYPERTEXT=$("$PYHP" "$PYH" | python3 - "$PATH_TRANSLATED")
|
||||||
shift
|
|
||||||
|
|
||||||
HYPERTEXT=$("$PYHP" "$PYH" | python3 - "$@")
|
|
||||||
|
|
||||||
# check for headers, if present assume the pyh file is going to handle them
|
# check for headers, if present assume the pyh file is going to handle them
|
||||||
if head -n1 <<< "$HYPERTEXT" | grep "[A-Za-z][A-Za-z0-9\-]*: "; then
|
if head -n1 <<< "$HYPERTEXT" | grep "[A-Za-z][A-Za-z0-9\-]*: "; then
|
||||||
|
|
Loading…
Reference in New Issue