From 68a36e9cce445d2b6716a98b7ab1344e6a02bc4f Mon Sep 17 00:00:00 2001 From: nj Date: Wed, 10 Jun 2026 12:58:10 +0530 Subject: [PATCH 1/4] updating changes --- github-api-integration-module.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..a97e2f09 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -10,6 +10,7 @@ # Please provide your github token and rest api to the script as input # # +# ################################ if [ ${#@} -lt 2 ]; then From f0b59b11c284fc1a3479530a77f2a36730ded8ef Mon Sep 17 00:00:00 2001 From: nj Date: Wed, 10 Jun 2026 13:19:09 +0530 Subject: [PATCH 2/4] adding new changes --- github-api-integration-module.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index a97e2f09..19655cac 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,5 +1,5 @@ #!/bin/bash -################################ +################################## # Author: Abhishek # Version: v1 # @@ -11,7 +11,7 @@ # # # -################################ +################################## if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" From 0cda53ad759ae3c7b876c0ee6a1688f0ce90a891 Mon Sep 17 00:00:00 2001 From: jays-nj Date: Wed, 10 Jun 2026 13:51:22 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..242657a9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for reference. From a557a11efc0bf0261b1706ec97806f1930dd1fe9 Mon Sep 17 00:00:00 2001 From: jays-nj Date: Wed, 10 Jun 2026 15:25:26 +0530 Subject: [PATCH 4/4] Add multiply.sh script for multiplication output --- 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 00000000..318ea60b --- /dev/null +++ b/multiply.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "multiplication"