1#!/bin/sh
2
3printf "Content-Type: text/plain\r\n"
4printf "\r\n"
5
6echo "This is a shell script called by CGI:"
7echo
8set
9
10