From 62a40251e48992134e8556cd61043a2d0e0d00e6 Mon Sep 17 00:00:00 2001 From: saikiran-learningstuff <225269119+saikiran-learningstuff@users.noreply.github.com> Date: Thu, 19 Feb 2026 19:25:39 -0600 Subject: [PATCH 1/3] updated description of shell script --- 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..322a9438 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 # # -################################ +################################# if [ ${#@} -lt 2 ]; then echo "usage: $0 [your github token] [REST expression]" From 6d20bb87de0a60e5d83bf4af50259d7fb3ec8ad5 Mon Sep 17 00:00:00 2001 From: saikiran-learningstuff <225269119+saikiran-learningstuff@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:01:46 -0600 Subject: [PATCH 2/3] Update README to test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..92392738 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for practice. From 9cb87e4d2587cf4da57f68f5bbbb5f9b6e78e3a6 Mon Sep 17 00:00:00 2001 From: saikiran-learningstuff <225269119+saikiran-learningstuff@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:20:26 -0600 Subject: [PATCH 3/3] Update README with test message for git pull Adding this to test git pull. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92392738..0a4af771 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Shell Schell Scripts for practice. +Adding this to test git pull.