diff --git a/Desktop/project-1/Terraform-Automation-project b/Desktop/project-1/Terraform-Automation-project new file mode 160000 index 0000000..d158a23 --- /dev/null +++ b/Desktop/project-1/Terraform-Automation-project @@ -0,0 +1 @@ +Subproject commit d158a23ec49fd97c8e055989ac345b07a4c40452 diff --git a/Script1.sh b/Script1.sh index 2a0cefa..2cb49f1 100644 --- a/Script1.sh +++ b/Script1.sh @@ -1,4 +1,9 @@ echo "We are trying this practical from linux EC2" +echo "I am from Young minds" +echo "We are from batch-27 and learning DevOps" +echo "We are learning AWS, Azure DevOps and DevSecOps" +echo "I am learning in batch-29 devOps" +echo " I am modifying this code for learning" echo "We are from batch-25 and learning git/gihub" echo "We are learning Branching" echo "I am learning Devops" diff --git a/Script2.sh b/Script2.sh index 867c7b9..c6c6c09 100644 --- a/Script2.sh +++ b/Script2.sh @@ -4,4 +4,4 @@ echo "Value of a" read a echo "Value of b" read b -echo "Hello value of a is $a and value of b is $b" +echo "Hello value of a is $b and value of b is $a" diff --git a/Script4.sh b/Script4.sh index 750866a..93b13c7 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 "batch-29 learning and practicing AWS Devops "