Browse Source

DEV-3916 docs(bin-status) add the requested changes for the PR:1650

DEV-4191-DeepInSystem
Zouhair AMAZZAL 2 years ago committed by Michele
parent
commit
f6f7831722
  1. 8
      subjects/devops/bin-status/README.md

8
subjects/devops/bin-status/README.md

@ -1,12 +1,10 @@
## json-researcher
## bin-status
### Instructions
Create the script `bin-status.sh` that will return the exit status of last command
Create the script `bin-status.sh` that will return the exit status of last command.
- What to use : `echo`
- The output should be exactly like the example bellow but with the expected name
- Expected output:
```console
$ true ; ./bin-status.sh

Loading…
Cancel
Save