#!/bin/sh echo "Content-Type: text/html" echo "

Hello

" echo $* # pass URL arguments via command line args echo "
"