From 0179d36c66899848832aa527cfc3f7d74ed07e4d Mon Sep 17 00:00:00 2001 From: KayProfessor Date: Mon, 15 Apr 2019 19:35:01 -0400 Subject: [PATCH] Update testscript.sh --- testscript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"