5 lines
77 B
Bash
Executable File
5 lines
77 B
Bash
Executable File
# Example which can check exit code status
|
|
|
|
python service.py status
|
|
echo $?
|