:	CDC-114		alert operator command
:
:			9/2/82

:	This shell sends a series of 3 ascii bell characters
:	to the terminal seperated by 1 second delays.

echo -n ""
sleep 1
echo -n ""
sleep 1
echo -n ""
