#!/bin/sh

# Print the HTTP headers first
echo "Content-Type: text/plain"
echo

# Next is the response body
printenv
