From b58080121154f630bbd4b11f9b2572c199848418 Mon Sep 17 00:00:00 2001 From: dheerajlinux <39676257+dheerajlinux@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:05:54 +0530 Subject: [PATCH 1/7] Update comments to include usage and purpose Added usage instructions and purpose description for 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 d94d2951..497e49dc 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -5,6 +5,7 @@ # # # +# # This script will help users to communicate and retrieve information from GitHub # Usage: # Please provide your github token and rest api to the script as input From dce0cbd8f47b0be84b57586e30254bfddc7a4708 Mon Sep 17 00:00:00 2001 From: dheerajlinux <39676257+dheerajlinux@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:06:46 +0530 Subject: [PATCH 2/7] Enhance documentation in github-api-integration-module.sh Added usage instructions and purpose description for 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 497e49dc..e5035972 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -6,6 +6,7 @@ # # # +# # This script will help users to communicate and retrieve information from GitHub # Usage: # Please provide your github token and rest api to the script as input From 6ad00d8121797b67f76289c47632918922646491 Mon Sep 17 00:00:00 2001 From: gopal dheeraj Date: Fri, 14 Aug 2026 15:16:24 +0530 Subject: [PATCH 3/7] updated code --- 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 497e49dc..2c5245bf 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -2,6 +2,7 @@ ################################ # Author: Abhishek # Version: v1 +#hello # # # From f9f35d7f6ce6883a1d5544b7f0530f21a90e649f Mon Sep 17 00:00:00 2001 From: gopal dheeraj Date: Fri, 14 Aug 2026 15:26:19 +0530 Subject: [PATCH 4/7] updated code 1.0 --- 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 2c5245bf..d4a2212b 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -3,7 +3,7 @@ # Author: Abhishek # Version: v1 #hello -# +#2hello # # # From 5242c4c54844f698b02ebe71a456e17f9a1617c1 Mon Sep 17 00:00:00 2001 From: gopal dheeraj Date: Fri, 14 Aug 2026 16:03:30 +0530 Subject: [PATCH 5/7] updated code 1.1 --- 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 d4a2212b..c17b9e86 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -4,7 +4,7 @@ # Version: v1 #hello #2hello -# +#3hello # # # This script will help users to communicate and retrieve information from GitHub From 46b731c42b29fe50b9673f6592c34986708d513c Mon Sep 17 00:00:00 2001 From: gopal dheeraj Date: Sat, 15 Aug 2026 13:48:36 +0530 Subject: [PATCH 6/7] updated code 1.2 --- 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 c17b9e86..454d9853 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -5,7 +5,7 @@ #hello #2hello #3hello -# +#4hello # # This script will help users to communicate and retrieve information from GitHub # Usage: From 00587b42148b108e6c19fd67cb5ca00d8e22a599 Mon Sep 17 00:00:00 2001 From: dheerajlinux <39676257+dheerajlinux@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:54:10 +0530 Subject: [PATCH 7/7] Update README to clarify Shell Scripts section --- 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