diff --git a/Abhi.sh b/Abhi.sh new file mode 100644 index 00000000..e0254ce9 --- /dev/null +++ b/Abhi.sh @@ -0,0 +1,7 @@ +#!/bin/sh +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 diff --git a/Script1.sh b/Script1.sh index c9c805b7..75619a8b 100644 --- a/Script1.sh +++ b/Script1.sh @@ -1,4 +1,6 @@ echo "We are trying this practical from linux EC2" -echo "We are from batch-25 and learning git/gihub" +echo "We are from batch-33 and learning git/gihub" echo "We are learning Branching" echo "I am learning Git" +echo "i am from pune" + diff --git a/Script14.sh b/Script14.sh index 926d8f93..a52effb1 100644 --- a/Script14.sh +++ b/Script14.sh @@ -4,3 +4,5 @@ do echo "Looping ... number $i" done echo "Looping completed" + + diff --git a/Script20.sh b/Script20.sh index 0503029b..0527bae4 100644 --- a/Script20.sh +++ b/Script20.sh @@ -9,3 +9,4 @@ do done echo "Loop finished" +//info \ No newline at end of file diff --git a/Script21.sh b/Script21.sh new file mode 100644 index 00000000..f6b48767 --- /dev/null +++ b/Script21.sh @@ -0,0 +1,13 @@ +#!/bin/sh +echo "apt update locol repo -y" +apt update -y +echo "installing nginx web server" +apt install nginx -y +echo "starting nginx web server" +systemctl start nginx +echo "enabling nginx web server" +systemctl enable nginx +echo "checking nginx web server status" +systemctl status nginx +echo "update" + diff --git a/Script5.sh b/Script5.sh index e7c8a940..19a67b1f 100644 --- a/Script5.sh +++ b/Script5.sh @@ -4,3 +4,4 @@ NAME=Young-Minds readonly NAME NAME=DEVOPS echo "my name is: $NAME" + diff --git a/Scripting b/Scripting new file mode 160000 index 00000000..0c3f6655 --- /dev/null +++ b/Scripting @@ -0,0 +1 @@ +Subproject commit 0c3f66555e42d68e6dea5770806f261cd6dc9293