From 130ad5ec5c5b407f457a0e2e9797f70cc8202f66 Mon Sep 17 00:00:00 2001 From: Tehseen Nayeem Khan <127304318+tehseen11@users.noreply.github.com> Date: Sun, 19 Jul 2026 12:06:10 +0530 Subject: [PATCH 1/3] 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 From 27de09421a1233901b906f6d0c54e9244eee39e7 Mon Sep 17 00:00:00 2001 From: Tehseen Nayeem Khan <127304318+tehseen11@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:40:38 +0530 Subject: [PATCH 2/3] Update usage instructions in GitHub API script Removed usage instructions for GitHub token input. --- github-api-integration-module.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..f8bf8625 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -7,7 +7,6 @@ # # 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 70271b343d6fd8c5692c86c36b1ac7b87dfb84df Mon Sep 17 00:00:00 2001 From: Tehseen Nayeem Khan <127304318+tehseen11@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:42:45 +0530 Subject: [PATCH 3/3] Clean up script header and usage instructions Removed header comments and updated usage message. --- github-api-integration-module.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index f8bf8625..70c5f8d8 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -1,15 +1,4 @@ -#!/bin/bash -################################ -# Author: Abhishek -# Version: v1 -# -# -# -# This script will help users to communicate and retrieve information from GitHub -# Usage: -# -# -################################ + if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]"