From 7eb306faa9a46f1092a3b2da3f5e9bde19450767 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 11 Jan 2026 16:44:34 +0530 Subject: [PATCH 1/4] Description changed --- 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..e98e1444 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -9,6 +9,7 @@ # Usage: # Please provide your github token and rest api to the script as input # +# testing purpose # ################################ From a129d73fc8c5936bdc2dcecf132e7b7293362233 Mon Sep 17 00:00:00 2001 From: AdityaMali918 <153654283+AdityaMali918@users.noreply.github.com> Date: Sun, 11 Jan 2026 17:02:06 +0530 Subject: [PATCH 2/4] To check fetch and merge reult --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index e98e1444..ca13d2a2 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -10,7 +10,7 @@ # Please provide your github token and rest api to the script as input # # testing purpose -# +# Second change ################################ if [ ${#@} -lt 2 ]; then From b7a9d535839854eb8b50e35e0c1d77fe7a89af3d Mon Sep 17 00:00:00 2001 From: AdityaMali918 <153654283+AdityaMali918@users.noreply.github.com> Date: Sun, 11 Jan 2026 17:08:07 +0530 Subject: [PATCH 3/4] Add clarification comment in script Added a comment for clarification in the script. --- 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 ca13d2a2..8da24281 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -12,6 +12,7 @@ # testing purpose # Second change ################################ +# What is going on if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" From 6e02122f035ec51fcaf6bbc9801762c4e72f8bb5 Mon Sep 17 00:00:00 2001 From: AdityaMali918 <153654283+AdityaMali918@users.noreply.github.com> Date: Sun, 11 Jan 2026 17:21:05 +0530 Subject: [PATCH 4/4] Update README to reflect additional Shell Scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..85ea02eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts extra