aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api/src/test/scripts/forever.bat
blob: 0ecf4e9215a5e93b2ec16dd6403e152054b96594 (plain)
1
2
3
4
5
@ECHO OFF

:LOOP
  @ping 127.0.0.1 -n 2 -w 1000 > nul
GOTO LOOP