#!/bin/sh
echo " "
echo "		NOTICE August 25th, 1993"
echo " "
echo "OWL is temporarily unavailable while we do some work in the machine"
echo "room in which its server is housed.  Normal service will resume at"
echo "approximately 9 pm.  We apologize for any inconvenience."
echo " "
echo "Hit the RETURN key to continue"
read answer
exit 0

