diff --git a/Script1.sh b/Script1.sh index d4e6090..164b50e 100644 --- a/Script1.sh +++ b/Script1.sh @@ -1,4 +1,6 @@ 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 learning Git" +echo 'i am learning jenkins CI/CD pipelines" + diff --git a/Script2.sh b/Script2.sh index d3f9190..94dc53e 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 "my latest version" diff --git a/Script3.sh b/Script3.sh index af53ec6..567eead 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 "i am learning batch 32"