#!/bin/csh

set i=0
while ( $i < 60 )
	echo $i
	/usr/bin/php -f /www/ttest/nagoya/period/wave_calc.php $i >> /dev/null &
	@ i = $i + 5
end
