mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-03-01 01:00:19 +00:00
6 lines
62 B
Bash
Executable File
6 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "NON-DEFINED-EXIT-STATUS"
|
|
exit 100
|
|
|