#!/bin/sh
 
/bin/echo "Content-Type: text/html"
/bin/echo
 
/bin/echo "<htML><body><pre>"
/usr/bin/whoami
/bin/pwd
/bin/echo "</pre></body></html>"

