#!/bin/sh
#
# Prints out all of the environment variables as used
#
echo Content-type: text/plain
echo
env
