diff --git a/Script1.sh b/Script1.sh index a4dc7dd..738e157 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,4 +5,6 @@ echo "I am learning Git/Github" echo "I have added new code" echo "I am from batch-30 and learning DevOps" echo "This is my first commit in DevOps" -echo "Adding one more line to test git stash" \ No newline at end of file +echo "Adding one more line to test git stash" +echo "testing porpose" +echo "Shubham" diff --git a/Script20.sh b/Script20.sh new file mode 100644 index 0000000..0f7b7e0 --- /dev/null +++ b/Script20.sh @@ -0,0 +1,10 @@ +echo "We are trying this practical from linux EC2" +echo "I am from Young minds" +echo "We are from batch-27" +echo "I am learning Git/Github" +echo "I have added new code" +echo "I am from batch-30 and learning DevOps" +echo "This is my first commit in DevOps" +echo "Adding one more line to test git stash" +echo "Adding a new line for testing purpose" +echo "This is my first commit in DevOps" \ No newline at end of file