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