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.
plus.sh
$ ./plus.sh 2 3 5 $