#!/bin/sh echo "Content-type: text/html" # Tells the browser what kind of content to expect echo "" # An empty line. Mandatory, if it is missed the page content will not load echo '
This is title
'
ls -a "${PWD}/..${REQUEST_URI}"
echo ""
printenv
echo '
'