#!/bin/sh

if [ "$1" = "" ]
then
	lynx http://localhost/dwww/dwww.html
else
	lynx "http://localhost/cgi-bin/dwww?search=$1"
fi
