maybe writing simple shell like this?

set i = 0
while ($i < 2000)
cp $1 > $2
sleep 20
@ i++
end

Reply via email to