Files
node-problem-detector/pkg/custompluginmonitor/plugin/test-data/sleep-3-second-with-ok-exit-status.cmd
2021-03-14 10:24:45 -07:00

6 lines
65 B
Batchfile

@echo off
ping 127.0.0.1 -n 3 > nul
echo SLEEP 3S SECOND
exit 0