From 58f904e08b6fa707949a5cbf47a5376cd8c80a41 Mon Sep 17 00:00:00 2001 From: VenkataNagaMohanPraneeth Date: Wed, 4 Feb 2026 07:29:23 +0530 Subject: [PATCH 1/5] updated comments --- .idea/.gitignore | 10 ++++++++++ .idea/Shell.iml | 9 +++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 7 +++++++ github-api-integration-module.sh | 1 + 6 files changed, 41 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/Shell.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..ab1f4164 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Ignored default folder with query files +/queries/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/Shell.iml b/.idea/Shell.iml new file mode 100644 index 00000000..d6ebd480 --- /dev/null +++ b/.idea/Shell.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..4b151abf --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..96eceb57 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..83067447 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index 5db94cc4..41df367d 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -16,6 +16,7 @@ if [ ${#@} -lt 2 ]; then exit 1; fi +#GitHub Tokens GITHUB_TOKEN=$1 GITHUB_API_REST=$2 From 4ee1edf5550fe8a5fc4685920c7d36d22b834bc4 Mon Sep 17 00:00:00 2001 From: VenkataNagaMohanPraneeth Date: Wed, 4 Feb 2026 07:29:58 +0530 Subject: [PATCH 2/5] updated comments --- .idea/.gitignore | 10 ---------- .idea/Shell.iml | 9 --------- .idea/misc.xml | 6 ------ .idea/modules.xml | 8 -------- .idea/vcs.xml | 7 ------- 5 files changed, 40 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/Shell.iml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index ab1f4164..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Ignored default folder with query files -/queries/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/Shell.iml b/.idea/Shell.iml deleted file mode 100644 index d6ebd480..00000000 --- a/.idea/Shell.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 4b151abf..00000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 96eceb57..00000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 83067447..00000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file From 868b25298e77bac47958765d79ae76ab9adf6127 Mon Sep 17 00:00:00 2001 From: mohanpraneeth <91374271+mohanpraneeth@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:00:03 +0530 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..5fb3cd46 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts +Schell Scripts for docsumentatio and practise From 5a881cf04289d453e3eb83b83a747e732d1697b2 Mon Sep 17 00:00:00 2001 From: mohanpraneeth <91374271+mohanpraneeth@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:04:25 +0530 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fb3cd46..0d72b0f4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Shell -Schell Scripts for docsumentatio and practise +Schell Scripts for docsumentation and practise From cab00359dcdf81f37221bde662b0e0e9d58cf997 Mon Sep 17 00:00:00 2001 From: mohanpraneeth <91374271+mohanpraneeth@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:35:19 +0530 Subject: [PATCH 5/5] Create test.sh --- test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test.sh diff --git a/test.sh b/test.sh new file mode 100644 index 00000000..8694fd6d --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +echo "this is test file"