mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-02 17:50:34 +00:00
7 lines
59 B
Bash
Executable File
7 lines
59 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sleep 3
|
|
echo "SLEEP 3 SECOND"
|
|
exit 0
|
|
|