From 7078c48e10e7aabb7622d9577cf448dd7f7e03f9 Mon Sep 17 00:00:00 2001 From: noorulabdeen Date: Sat, 2 May 2026 20:19:14 +0530 Subject: [PATCH 1/4] chore: update description --- github-api-integration-module.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..2fe8dd20 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,3 +1,4 @@ + #!/bin/bash ################################ # Author: Abhishek @@ -10,7 +11,8 @@ # Please provide your github token and rest api to the script as input # # -################################ +# +############################### if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" @@ -42,7 +44,3 @@ else # yes - this result is on multiple pages for p in `seq 1 $last_page`; do rest_call "https://api.github.com${GITHUB_API_REST}?page=$p" - done -fi - -cat $TMPFILE From 93bdf20ffd4e3c6af9ac47620d428210302c1c53 Mon Sep 17 00:00:00 2001 From: noorul Date: Sun, 3 May 2026 13:16:21 +0530 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..9de3095c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for reference From 285429f3d5ade8192aacc42990dd3d7aaab03c70 Mon Sep 17 00:00:00 2001 From: noorul Date: Sun, 3 May 2026 16:02:12 +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 9de3095c..0a23e8bd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts for reference +Schell Scripts for reference anf practice From f71264e038478d45c681309790665107d82d5952 Mon Sep 17 00:00:00 2001 From: noorul Date: Sun, 3 May 2026 16:02:24 +0530 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a23e8bd..a82de667 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts for reference anf practice +Schell Scripts for reference and practice