CSE320/hw4/rsrc/loop1.mush

5 lines
41 B
Plaintext
Raw Permalink Normal View History

10 echo hello
20 sleep 1
30 goto 10
run