CSE320/hw4/rsrc/loop1.mush
2022-03-27 16:45:17 -04:00

5 lines
41 B
Plaintext

10 echo hello
20 sleep 1
30 goto 10
run