diff --git a/Script1.sh b/Script1.sh index c551c94d..c76218a1 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,4 @@ echo "We are learning Git" echo "We are trying this practical from linux EC2" echo "We are from batch-23 and learning git/gihub" echo "Happy good friday" +echo "we are from batch-23 and learning git hub" diff --git a/Script3.sh b/Script3.sh index 86042123..636a337e 100644 --- a/Script3.sh +++ b/Script3.sh @@ -1,6 +1,7 @@ #!/bin/bash #this is to check if the shell scripts picks up env variables echo "This is error script" +echo "testing 2" echo "This is my system path $PATH" #Set a JDK_HOME env variable