blob: 6a32c460d4f530bb1b3597916cb3a9d1ef151402 [file] [log] [blame]
#!/bin/csh
@ i = 0
while ($i < 12)
date
sleep 10
@ i++
end