#!/bin/bash

printf "Content-type: text/html\n\n"
printf "<HTML><HEAD></HEAD><BODY>\n"
env|sed 's#$#<BR>#'
printf "</BODY></HTML>\n"
