#!/bin/sh set -f echo Content-type: text/html echo echo "" echo "The fortune command" echo "" echo "

" /usr/games/fortune -a | awk '{print $0"
" }' echo "
" echo ""