Skip to content
Open

Abhi #333

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Abhi.sh
Original file line number Diff line number Diff line change
@@ -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"


4 changes: 3 additions & 1 deletion Script1.sh
Original file line number Diff line number Diff line change
@@ -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"

2 changes: 2 additions & 0 deletions Script14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ do
echo "Looping ... number $i"
done
echo "Looping completed"


1 change: 1 addition & 0 deletions Script20.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ do
done

echo "Loop finished"
//info
13 changes: 13 additions & 0 deletions Script21.sh
Original file line number Diff line number Diff line change
@@ -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"

1 change: 1 addition & 0 deletions Script5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ NAME=Young-Minds
readonly NAME
NAME=DEVOPS
echo "my name is: $NAME"

1 change: 1 addition & 0 deletions Scripting
Submodule Scripting added at 0c3f66