diff --git a/testscript.sh b/testscript.sh index 1e86bb2..41365e4 100644 --- a/testscript.sh +++ b/testscript.sh @@ -2,5 +2,5 @@ echo "this script is from github" NUMBER=$(($NUMBERONE + $NUMBERTWO)) echo "$NUMBER" - +echo "this is complete" echo "this was run automagically"