From b6d93ca1d3218c5987f4f454917e9d7094babbe1 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Feb 2026 23:08:37 +0530 Subject: [PATCH 1/9] rkg updated test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6345487..6c626b96 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Shell Schell Scripts + +Updated by Ravikant Gupta for Testing From d91e456686e2b4f342124ca23e648afbcf0b8ea4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 11 Feb 2026 23:10:16 +0530 Subject: [PATCH 2/9] rkg1 updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c626b96..c81e641c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Shell Schell Scripts -Updated by Ravikant Gupta for Testing +Updated by Ravikant Gupta for some Testing for learning purpose From 6dae44e4d1127de54428228b987b16a678fcacf3 Mon Sep 17 00:00:00 2001 From: ravikant1983 <111572726+ravikant1983@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:08:06 +0530 Subject: [PATCH 3/9] UP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c81e641c..3694df29 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,4 @@ Schell Scripts Updated by Ravikant Gupta for some Testing for learning purpose +JAI SHREE RAM JI From 896c227275558b82924e413fdef75347ebb72e80 Mon Sep 17 00:00:00 2001 From: ravikant1983 <111572726+ravikant1983@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:14:22 +0530 Subject: [PATCH 4/9] Add greeting 'RADHAE RADHE' to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3694df29..cc3e1775 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,4 @@ Schell Scripts Updated by Ravikant Gupta for some Testing for learning purpose JAI SHREE RAM JI +RADHAE RADHE From 7defaeda37bd59e03d738d879cbaf1aeda3d7c3c Mon Sep 17 00:00:00 2001 From: ravikant1983 <111572726+ravikant1983@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:15:18 +0530 Subject: [PATCH 5/9] Add 'JAI BAJARANG BALI' to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc3e1775..3536e26a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ Schell Scripts Updated by Ravikant Gupta for some Testing for learning purpose JAI SHREE RAM JI RADHAE RADHE +JAI BAJARANG BALI From ed306db779894c3c3bd525364efafa9a66ef05f1 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Feb 2026 15:17:37 +0530 Subject: [PATCH 6/9] dafgf --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3536e26a..f16b8a4b 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,4 @@ Updated by Ravikant Gupta for some Testing for learning purpose JAI SHREE RAM JI RADHAE RADHE JAI BAJARANG BALI +JAI KHATU NARESH From bf6601aca58fde76b5754ad5b41f86bac9e27d2c Mon Sep 17 00:00:00 2001 From: ravikant1983 <111572726+ravikant1983@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:19:54 +0530 Subject: [PATCH 7/9] Update author information in script header --- 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 d94d2951..8798e25c 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################ -# Author: Abhishek +# Author: Abhishek & Student: Ravikant # Version: v1 # # From d7cf2ccd73326da80f88e2f6554edf1e441d69e2 Mon Sep 17 00:00:00 2001 From: ravikant1983 <111572726+ravikant1983@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:24:26 +0530 Subject: [PATCH 8/9] done --- 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 8798e25c..848a6257 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -43,6 +43,7 @@ else for p in `seq 1 $last_page`; do rest_call "https://api.github.com${GITHUB_API_REST}?page=$p" done + done fi cat $TMPFILE From 74192afc8081f177ffd4e344f4d1c11f444bc5c0 Mon Sep 17 00:00:00 2001 From: ravikant1983 <111572726+ravikant1983@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:28:09 +0530 Subject: [PATCH 9/9] Update github-api-integration-module.sh --- github-api-integration-module.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index 848a6257..83c6ae7b 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################ -# Author: Abhishek & Student: Ravikant +# Author: Abhishek & Student: Ravikant Gupta # Version: v1 # # @@ -43,7 +43,6 @@ else for p in `seq 1 $last_page`; do rest_call "https://api.github.com${GITHUB_API_REST}?page=$p" done - done fi cat $TMPFILE