#!/bin/sh

echo "Content-Type: text/plain"
echo ""
echo "<html><body><pre>"
/usr/bin/env | /usr/bin/sort
echo "</pre>></body></html>"
