diff --git a/Script1.sh b/Script1.sh index d4e60905..0f5a5cf3 100644 --- a/Script1.sh +++ b/Script1.sh @@ -1,4 +1,10 @@ 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 GitHub" +echo "I am learning GitHub and Git Tarun" +echo "I am learning GitHub From Batch 32" +Echo "I am learning GitHub From Batch 34" +echo "I am learning GitHub From Batch 33" + diff --git a/Script4.sh b/Script4.sh index 750866a3..5f8f8cb9 100644 --- a/Script4.sh +++ b/Script4.sh @@ -4,3 +4,5 @@ Class=Young-minds Batch=25 PROFESSION=AWS/DevSecOps/Azure DevOps echo "Class Name is $Class, Batch number $Batch, We are learning $PROFESSION" +echo "We are learning $PROFESSION in $Class class, Batch number is $Batch" +echo "This is the end of the script" \ No newline at end of file diff --git a/Script5.sh b/Script5.sh index e7c8a940..1fd6a891 100644 --- a/Script5.sh +++ b/Script5.sh @@ -4,3 +4,4 @@ NAME=Young-Minds readonly NAME NAME=DEVOPS echo "my name is: $NAME" +echo "This is the end of the script" \ No newline at end of file diff --git a/Script6.sh b/Script6.sh index 6284b492..8da8c414 100644 --- a/Script6.sh +++ b/Script6.sh @@ -5,3 +5,4 @@ echo "1st cmdls: $1" echo "2nd cmdla: $2" echo "cmdla list: $@" echo "no of cmdl: $#" +echo "This is the end of the script" \ No newline at end of file