#!/bin/sh
    echo "Content-type: text/plain"
    echo ""
    echo "Username="`whoami`
    echo `pwd`
