Files
node-problem-detector/pkg/custompluginmonitor/plugin/test-data/sleep-3-second-with-ok-exit-status.sh
2017-11-22 10:14:09 +08:00

7 lines
59 B
Bash
Executable File

#!/usr/bin/env bash
sleep 3
echo "SLEEP 3 SECOND"
exit 0