Skip to content
Open
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
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-33 and learning git/gihub"
echo "We are learning Branching"
echo "I am learning Git"
echo "I am learning Git"
echo 'i am learning jenkins CI/CD pipelines"

1 change: 1 addition & 0 deletions Script2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "my latest version"
1 change: 1 addition & 0 deletions Script3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ echo "This is my system path $PATH"
#Set a JDK_HOME env variable
export JDK_HOME=/bin/jdk
echo "my new JDK home is=$JDK_HOME"
echo "i am learning batch 32"