#!/bin/sh echo "HTTP/1.0 204 No response -- server CGI-script output" echo "Content-type: text/plain" echo "Server: $SERVER_SOFTWARE" echo