diff --git a/subjects/devops/plus-checkpoint/README.md b/subjects/devops/plus-checkpoint/README.md new file mode 100644 index 000000000..95d72cd51 --- /dev/null +++ b/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 +$ +```