mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-02 01:30:26 +00:00
6 lines
65 B
Batchfile
6 lines
65 B
Batchfile
@echo off
|
|
|
|
ping 127.0.0.1 -n 3 > nul
|
|
echo SLEEP 3S SECOND
|
|
exit 0
|