#!/bin/sh
#
#
#
echo "Content-Type: text/html"
echo ""
echo "<h1>VMTux.net</h1>"
echo "<pre>Environment variables:"
env
echo "</pre>"

