diff --git a/testscript.sh b/testscript.sh index 1e86bb2..1b0215d 100644 --- a/testscript.sh +++ b/testscript.sh @@ -1,6 +1,6 @@ #!/bin/bash -echo "this script is from github" +echo "Good Morning. This script is from github" NUMBER=$(($NUMBERONE + $NUMBERTWO)) echo "$NUMBER" -echo "this was run automagically" +echo "Script execution is complete.Bye."