blob: fb36212f444fc815d30813ab6705e395835247a6 [file] [log] [blame]
#!/bin/sh
echo Content-type: text/plain
echo
if [ -z "$PATH_INFO" ]; then
echo "_(none)_"
else
echo _${PATH_INFO}_
fi