#!/bin/sh

# Test CGI script
echo -e "Content-type: text/plain\n"
echo Test
env
