From ca884410f12bdfd9971750ced4b8163e8dfd65ea Mon Sep 17 00:00:00 2001 From: Godswill012 <142279804+Godswill012@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:31:06 -0500 Subject: [PATCH 1/2] Create multiply.sh --- multiply.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 multiply.sh diff --git a/multiply.sh b/multiply.sh new file mode 100644 index 0000000..12b3937 --- /dev/null +++ b/multiply.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Multiplication" From e3344d747a4be959f038cfd09d8ae32949ac3b9e Mon Sep 17 00:00:00 2001 From: Godswill012 <142279804+Godswill012@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:37:20 -0500 Subject: [PATCH 2/2] Create Test.sh --- Test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Test.sh diff --git a/Test.sh b/Test.sh new file mode 100644 index 0000000..25a0ef7 --- /dev/null +++ b/Test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "Unit test"