diff --git a/Script2.sh b/Script2.sh index 867c7b9..697b13a 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 diff --git a/Script3.sh b/Script3.sh index af53ec6..be791b4 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 diff --git a/Script4.sh b/Script4.sh index 750866a..e51cf36 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