diff --git a/testscript.sh b/testscript.sh index 3f4080c..5170f7b 100644 --- a/testscript.sh +++ b/testscript.sh @@ -3,3 +3,4 @@ echo "this script is from github" NUMBER=$(($NUMBERONE + $NUMBERTWO)) echo "$NUMBER" echo "This was added" +echo "Not sure this will work"