#!/bin/sh CAL=/usr/bin/cal echo Content-type: text/html echo if [ -x $CAL ]; then if [ $# = 0 ]; then cat << EOM
Example: 3 1993 would give the calendar for March 1993.
EOM
else
echo \
$CAL $* echo \echo \
echo \
| echo \ echo Back to the Geek Page echo \ echo \ |
| \Go to the Main Index\ echo \ echo \ |
| \Go to the NetK2NE Home Page\ echo \ |