#!/bin/sh
# This script install into an apache web server's cgi-bin directory
echo "Content-type: text/plain"
echo ""
echo "Table of Easter dates	http://www.berklix.com/cgi-bin/easter/"
echo "( Program: http://www.berklix.com/~jhs/src/bsd/jhs/bin/public/easter/ )"
echo ""
./easter.bin

