mirror of https://github.com/9001/r0c.git
5 lines
61 B
Batchfile
5 lines
61 B
Batchfile
|
:top
|
||
|
telnet 127.0.0.1
|
||
|
ping -n 2 -w 1 127.0.0.1 >NUL
|
||
|
goto top
|