#!/bin/sh if [ ! -z "$QUERY_STRING" ] then echo 'HTTP/1.1 200 OK' echo 'Connection: close' echo 'Content-Type: text/html' echo cat <