1#!/bin/sh
2
3echo "Content-Type: text/plain"
4echo
5
6echo "Query string:"
7echo $QUERY_STRING
8