From 4b286fc15cb96c03652e8609eaec492aade2517f Mon Sep 17 00:00:00 2001 From: Vikassingh Rathore Date: Tue, 23 Jun 2026 18:28:10 +0530 Subject: [PATCH 1/3] this is my first commit --- Script1.sh | 3 ++- Script2.sh | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index d4e60905..1911b977 100644 --- a/Script1.sh +++ b/Script1.sh @@ -1,4 +1,5 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-33 and learning git/gihub" echo "We are learning Branching" -echo "I am learning Git" \ No newline at end of file +echo "I am shivam" +echo "today is tuesday" \ No newline at end of file diff --git a/Script2.sh b/Script2.sh index d3f91904..e7c410d2 100644 --- a/Script2.sh +++ b/Script2.sh @@ -6,3 +6,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" +echo"hii" \ No newline at end of file From 328422ca625826f269020587d8e5760a299eb186 Mon Sep 17 00:00:00 2001 From: Vikassingh Rathore Date: Thu, 25 Jun 2026 12:20:54 +0530 Subject: [PATCH 2/3] first practical --- Script2.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script2.sh b/Script2.sh index e7c410d2..4edfd903 100644 --- a/Script2.sh +++ b/Script2.sh @@ -6,4 +6,5 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" -echo"hii" \ No newline at end of file +echo"hii" +echo "shivam" \ No newline at end of file From 3041895d7636769420e30fd89332a560e98f3fe7 Mon Sep 17 00:00:00 2001 From: shivam99-cloud <5shivam2rathore@gmail.com> Date: Fri, 26 Jun 2026 15:21:20 +0530 Subject: [PATCH 3/3] first practical --- Script3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script3.sh b/Script3.sh index af53ec6e..2e2fd376 100644 --- a/Script3.sh +++ b/Script3.sh @@ -6,3 +6,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 "shivam" \ No newline at end of file