#!/bin/sh # Filename: hello.sh.cgi echo Content-type: text/html echo # Title it echo "Hello!" # The HTML body echo "Hello, World!"