mirror of https://github.com/01-edu/public.git
davhojt
2 years ago
committed by
Dav Hojt
1 changed files with 13 additions and 0 deletions
@ -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…
Reference in new issue