diff --git a/Script1.sh b/Script1.sh deleted file mode 100644 index 07357f15..00000000 --- a/Script1.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -#This is my 1st shell script to print output -echo "Hello All, Welcome to AWS/Devops Class" -echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "Hello batch-20, We are learning Jenkins" diff --git a/Script2.sh b/Script2.sh index 4a8343b4..0079f3d0 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,4 +5,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" -echo "We are performing this practical for batch-20" +echo "Do you understand the script?" diff --git a/Script3.sh b/Script3.sh index 86042123..af53ec6e 100644 --- a/Script3.sh +++ b/Script3.sh @@ -1,6 +1,6 @@ #!/bin/bash #this is to check if the shell scripts picks up env variables -echo "This is error script" +echo "This is error script" # sample script echo "This is my system path $PATH" #Set a JDK_HOME env variable diff --git a/Script4.sh b/Script4.sh index c016e2bf..750866a3 100644 --- a/Script4.sh +++ b/Script4.sh @@ -1,6 +1,6 @@ #!/bin/bash #This is creation and calling of shell variable --- defining variables Class=Young-minds -Batch=13 -PROFESSION=AWS/DevOps +Batch=25 +PROFESSION=AWS/DevSecOps/Azure DevOps echo "Class Name is $Class, Batch number $Batch, We are learning $PROFESSION" diff --git a/Script8.sh b/Script8.sh index 3d246692..c8a713cf 100644 --- a/Script8.sh +++ b/Script8.sh @@ -27,3 +27,4 @@ then else echo "None of the condition met" fi + diff --git a/script1.sh b/script1.sh new file mode 100644 index 00000000..442074bb --- /dev/null +++ b/script1.sh @@ -0,0 +1,4 @@ +echo "We are trying this practical from linux EC2" +echo "We are from batch-25 and learning git/gihub" +echo learning github +echo hello ,good morning !