Browse Source

docs(plus): create "checkpoint" version of subject

pull/1953/head
davhojt 1 year ago committed by Dav Hojt
parent
commit
e05ecf238f
  1. 13
      subjects/devops/plus-checkpoint/README.md

13
subjects/devops/plus-checkpoint/README.md

@ -0,0 +1,13 @@
## plus
### Instructions
In this exercise, you will make a script `plus.sh` that will take two arguments from the command line, add them and output the result.
### Usage
```console
$ ./plus.sh 2 3
5
$
```
Loading…
Cancel
Save