#!/bin/sh echo Content-type: text/html echo if [ $# = 0 ] then echo "
" echo ""
echo ""
echo "
"
echo "Back to Program"
echo ""
else
echo "
(click on session to see session listing, title to see abstract)" grep -i "$*" authlist echo "
"
echo ""
echo "
"
echo "Do another Search"
echo "
"
echo "
"
echo "Back to Program"
echo ""
fi