From 9fa7c2994e6a7bb2fe8638f54024c8e6d6f80434 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Thu, 20 Oct 2022 09:44:30 +0530 Subject: [PATCH 01/16] fake commit-ticketID --- Script1.sh | 1 + Script2.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index 970b10cc..c313d4a5 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,3 +2,4 @@ #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" +echo "Welcome to Young Minds" diff --git a/Script2.sh b/Script2.sh index d507e753..febd7122 100644 --- a/Script2.sh +++ b/Script2.sh @@ -6,3 +6,4 @@ echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" echo "This is sample change" +echo "bye" From 8376b0e2692445297592cb83d217f748931cbbfb Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 25 Oct 2022 18:24:06 +0530 Subject: [PATCH 02/16] first commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index c313d4a5..536502c7 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,3 +3,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" +echo "Best class of AWS/DevOps" \ No newline at end of file From fddbb73816ea01a7e6a7636cb8bd369947a6dbfc Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Thu, 27 Oct 2022 09:29:59 +0530 Subject: [PATCH 03/16] this change is for req- REQ660982 --- Script1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 536502c7..3b41a169 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,4 +3,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" -echo "Best class of AWS/DevOps" \ No newline at end of file +echo "Best class of AWS/DevOps" +echo "We are learning git" From bedea444bbf3cee183e525518a5753cb8d8c245d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Oct 2022 04:49:27 +0000 Subject: [PATCH 04/16] this is my last commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 3b41a169..fca96570 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,3 +5,4 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" +echo "We are done with git" From 5f49d89af27984fb11a167bb821a9be4a36ca72e Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 29 Dec 2022 07:47:10 +0530 Subject: [PATCH 05/16] Update Script12.sh --- Script12.sh | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Script12.sh b/Script12.sh index d75af12d..b66caa21 100644 --- a/Script12.sh +++ b/Script12.sh @@ -1,23 +1,3 @@ -#!/bin/bash -#this script is for if-elif-fi -echo "Please enter value of a" -read a -echo "Please enter vaule of b" -read b -if [ $a == $b ] -then - echo "a is equal to b" -elif [ $a -gt $b ] -then - echo "a is greater than b" -elif [ $a -lt $b ] -then - echo "a is less than b" -else - echo "None of the condition met" -fi -root@ip-172-31-42-137:~/scripts/shellscripts# ^C -root@ip-172-31-42-137:~/scripts/shellscripts# cat script12.sh #!/bin/sh a="abc" b="efg" From 6ed411ca73e9f31cba687757e49ffb99ef54b462 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Fri, 30 Dec 2022 08:20:25 +0530 Subject: [PATCH 06/16] I have changed 2 script- script1 & Script2 --- Script1.sh | 1 + Script2.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index fca96570..975ca932 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,4 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" +echo "We have started our devops-git/github topic" diff --git a/Script2.sh b/Script2.sh index febd7122..07ff2a22 100644 --- a/Script2.sh +++ b/Script2.sh @@ -7,3 +7,4 @@ read b echo "Hello value of a is $a and value of b is $b" echo "This is sample change" echo "bye" +echo "hi" \ No newline at end of file From a85657f86a165138147a821295ae391bb24787e4 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:03:20 +0530 Subject: [PATCH 07/16] Update Script1.sh --- Script1.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Script1.sh b/Script1.sh index 975ca932..8053a145 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,8 @@ echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" echo "We have started our devops-git/github topic" +echo "Hello, How are you?" +echo "Welcome to Young Minds" +echo "Best class of AWS/DevOps" +echo "We are learning git" +echo "We are done with git" From 8e86590d2bbdc3d8bae68e2c67453a5dc389aed9 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:06:40 +0530 Subject: [PATCH 08/16] Update Script1.sh --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index 975ca932..0769f2ea 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,5 @@ echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" echo "We have started our devops-git/github topic" +echo "Hello All, Welcome to AWS/Devops Class" +echo "Hello, How are you?" From a7ab09c878ee0afc434a2b0aa324cbf93e49bb7b Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 3 Jan 2023 07:50:59 +0530 Subject: [PATCH 09/16] This changes are for user request-REQ583298 --- Script1.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Script1.sh b/Script1.sh index 96f27d41..928ba9d7 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,10 +6,4 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" -echo "We have started our devops-git/github topic" -echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "Best class of AWS/DevOps" -echo "We are learning git" -echo "We are done with git" - +echo "We have started our devops-git/github topic" \ No newline at end of file From e76d21c17fd88a03ebe11db295f7514cd202c1a8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Jan 2023 02:27:13 +0000 Subject: [PATCH 10/16] This is for fix - Incident ID --- Script1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 928ba9d7..bc1cd47e 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,4 +6,5 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" -echo "We have started our devops-git/github topic" \ No newline at end of file +echo "We have started our devops-git/github topic" +echo "good morning" From af9b7ed0cb0fb70bc19d1a1f660147838fecd675 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:52:52 +0530 Subject: [PATCH 11/16] Update Script12.sh --- Script12.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script12.sh b/Script12.sh index b66caa21..5d3c8bb1 100644 --- a/Script12.sh +++ b/Script12.sh @@ -6,7 +6,7 @@ if [ $a = $b ] then echo "$a = $b : a is equal to b" else - echo "$a = $b: a is not equal to b" + echo "$a != $b: a is not equal to b" fi @@ -14,7 +14,7 @@ if [ $a != $b ] then echo "$a != $b : a is not equal to b" else - echo "$a != $b: a is equal to b" + echo "$a = $b: a is equal to b" fi From 35229074794be6606680b7dcd5c09edaf62f3485 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:53:30 +0530 Subject: [PATCH 12/16] Update Script12.sh --- Script12.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script12.sh b/Script12.sh index 5d3c8bb1..1bca0b03 100644 --- a/Script12.sh +++ b/Script12.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash a="abc" b="efg" From 199edbfd03504e3bd8e29c47b760fb24feddfc86 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:57:26 +0530 Subject: [PATCH 13/16] Update Script13.sh --- Script13.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script13.sh b/Script13.sh index 958a0150..2a534ecf 100644 --- a/Script13.sh +++ b/Script13.sh @@ -9,7 +9,7 @@ if [ $a != $b ] then echo "$a != $b : a is not equal to b" else - echo "$a != $b: a is equal to b" + echo "$a = $b: a is equal to b" fi if [ $a -lt 100 -a $b -gt 15 ] From 636ef4ea5a1f9bb92bcab8d3f6239591b7dc5fb5 Mon Sep 17 00:00:00 2001 From: Samiksha Date: Thu, 2 Mar 2023 21:44:37 +0530 Subject: [PATCH 14/16] This is samikshas first git --- Script1.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Script1.sh b/Script1.sh index bc1cd47e..b872cf72 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,6 +5,4 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" -echo "We are done with git" -echo "We have started our devops-git/github topic" -echo "good morning" +echo "We are done with git" \ No newline at end of file From 7d0f3a1dbc6635b0a4bfd8a74e1d1ca7b8584e50 Mon Sep 17 00:00:00 2001 From: Samiksha Date: Mon, 23 Dec 2024 22:34:32 +0530 Subject: [PATCH 15/16] This is my first commit --- Script1.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Script1.sh b/Script1.sh index b872cf72..85d7ef95 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,7 +2,4 @@ #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "Best class of AWS/DevOps" -echo "We are learning git" -echo "We are done with git" \ No newline at end of file +echo "Welcome to Young Minds" \ No newline at end of file From 2a15fe5371700f1e1d9ee0e6451d6f377a1c3c57 Mon Sep 17 00:00:00 2001 From: EC2 Default User Date: Wed, 25 Dec 2024 14:19:10 +0000 Subject: [PATCH 16/16] this is my today's fist commit --- Script1.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index 85d7ef95..aebbc168 100644 --- a/Script1.sh +++ b/Script1.sh @@ -1,5 +1,7 @@ -#!/bin/bash +!/bin/bash #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" -echo "Welcome to Young Minds" \ No newline at end of file +echo "Samiksha" +echo "Vikas" +echo "Welcome to Young Minds"