#!/bin/csh -f
#This IS NOT A LEGAL C-shell program
while ( sleep 3 )
echo -n .
end
