#!/bin/sh

echo "Content-Type: text/htinc"
echo
echo "<P>Foo bar</p>"
echo "<PRE>"
env
echo "</pre>"
