From 51e351691591c1dbe494eddc18950c04bf87fd03 Mon Sep 17 00:00:00 2001 From: Dmytro Kozachko <35803342+rudechamp@users.noreply.github.com> Date: Fri, 8 Oct 2021 13:59:03 +0300 Subject: [PATCH 1/2] Update testscript.sh --- testscript.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testscript.sh b/testscript.sh index 3f4080c..9b41dd0 100644 --- a/testscript.sh +++ b/testscript.sh @@ -3,3 +3,5 @@ echo "this script is from github" NUMBER=$(($NUMBERONE + $NUMBERTWO)) echo "$NUMBER" echo "This was added" + +## From 35059874ad981260c6c7ba09908e9127f11f44e5 Mon Sep 17 00:00:00 2001 From: Dmytro Kozachko <35803342+rudechamp@users.noreply.github.com> Date: Fri, 8 Oct 2021 14:00:43 +0300 Subject: [PATCH 2/2] Update testscript.sh --- testscript.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testscript.sh b/testscript.sh index 9b41dd0..646acd0 100644 --- a/testscript.sh +++ b/testscript.sh @@ -2,6 +2,5 @@ echo "this script is from github" NUMBER=$(($NUMBERONE + $NUMBERTWO)) echo "$NUMBER" +echo "This is complited" echo "This was added" - -##