From cdd593e2dd9f6eb2fa0488fb7b24a08011168d65 Mon Sep 17 00:00:00 2001 From: komalshinde3198-coder Date: Fri, 20 Feb 2026 20:54:18 +0530 Subject: [PATCH 1/3] hello 1st commit --- Script2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script2.sh b/Script2.sh index 867c7b9d..697b13af 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,3 +5,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" +echo "hello im komal" \ No newline at end of file From 7b67b43d6bb779c011d74734fa6d6c7c43198b15 Mon Sep 17 00:00:00 2001 From: komalshinde3198-coder Date: Fri, 20 Feb 2026 21:08:54 +0530 Subject: [PATCH 2/3] hello world --- Script4.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script4.sh b/Script4.sh index 750866a3..e51cf36d 100644 --- a/Script4.sh +++ b/Script4.sh @@ -4,3 +4,4 @@ Class=Young-minds Batch=25 PROFESSION=AWS/DevSecOps/Azure DevOps echo "Class Name is $Class, Batch number $Batch, We are learning $PROFESSION" +echo "this is 2nd commit " \ No newline at end of file From 595b2ea1f82ef8c279cde1934e119aec5e01e508 Mon Sep 17 00:00:00 2001 From: komalshinde3198-coder Date: Fri, 20 Feb 2026 21:29:02 +0530 Subject: [PATCH 3/3] new branch --- Script3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script3.sh b/Script3.sh index af53ec6e..be791b40 100644 --- a/Script3.sh +++ b/Script3.sh @@ -5,4 +5,4 @@ echo "This is my system path $PATH" #Set a JDK_HOME env variable export JDK_HOME=/bin/jdk -echo "my new JDK home is=$JDK_HOME" +echo "my new JDK home is=$JDK_HOME" \ No newline at end of file