diff --git a/Script1.sh b/Script1.sh index 4f5e4c63..6467584a 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,3 +2,4 @@ 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 and github" +echo "Hello team, How are you?" \ No newline at end of file diff --git a/Script2.sh b/Script2.sh index d3f91904..f9400ee2 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 "We are trying this practical from linux EC2" \ No newline at end of file diff --git a/Script6.sh b/Script6.sh index 6284b492..249e9e1c 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 "PID of the script: $$" \ No newline at end of file diff --git a/Scripting b/Scripting new file mode 160000 index 00000000..5be5b711 --- /dev/null +++ b/Scripting @@ -0,0 +1 @@ +Subproject commit 5be5b7119794459d2486f606f0e41b50ca90e1e7