diff --git a/Script1.sh b/Script1.sh index 1340bc61..e4847a16 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,3 +3,5 @@ echo "We are from batch-25 and learning git/gihub" echo "We are learning Branching" echo "I am learning Git" echo "Hello, How are you?" +echo "This is my first script of my repo" +echo "I am performing practical for branching" diff --git a/Script2.sh b/Script2.sh index d3f91904..fa589ec1 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 "This is my second script"