#!/bin/sh

echo 'Content-Type: text/html'
echo

echo '<pre>'
env | sort
echo '</pre>'

exit
