#!/bin/sh echo Status: 302 echo Location: http://en.wikipedia.org/wiki/Moon echo Content-Type: text/html; charset=utf-8 echo echo 'go' # EOF