#!/bin/csh -f
@ i = 0
while ( 1 )
	echo $i >> activ4.out
	@ i++
	sleep 1
end
