From 9fb98eea214b58b55245cb0ca892ef14583ecf33 Mon Sep 17 00:00:00 2001 From: Vmajors84 <131828554+Vmajors84@users.noreply.github.com> Date: Wed, 26 Apr 2023 18:53:28 -0600 Subject: [PATCH 1/3] Update linux.sh --- linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linux.sh b/linux.sh index a7b7368..639df33 100644 --- a/linux.sh +++ b/linux.sh @@ -1,5 +1,6 @@ #!/bin/bash + echo "Please enter your name:" read name echo "Reading.... please wait" From 926f3076d41d6649dfb2adcc38833b26a1b9129e Mon Sep 17 00:00:00 2001 From: vmajors84 Date: Wed, 26 Apr 2023 19:40:00 -0600 Subject: [PATCH 2/3] Small changes --- linux.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux.sh b/linux.sh index 639df33..37085c6 100644 --- a/linux.sh +++ b/linux.sh @@ -1,5 +1,6 @@ #!/bin/bash +Welcome Let's get started. echo "Please enter your name:" read name @@ -21,3 +22,5 @@ sleep 2 curl ifconfig.me This is week 4 - project test + +Virgil Majors has inititiated this very minor change in this shell script! From 39c4d3041014eb3c28d56eebc45c00d9e26a3e9e Mon Sep 17 00:00:00 2001 From: vamjors84 Date: Fri, 28 Apr 2023 20:09:31 +0000 Subject: [PATCH 3/3] one more edit --- linux | 2 ++ linux.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 linux diff --git a/linux b/linux new file mode 100644 index 0000000..3efd786 --- /dev/null +++ b/linux @@ -0,0 +1,2 @@ +hello world! + diff --git a/linux.sh b/linux.sh index 37085c6..4222c38 100644 --- a/linux.sh +++ b/linux.sh @@ -1,6 +1,6 @@ #!/bin/bash -Welcome Let's get started. +Welcome Let's get started this time using VIM echo "Please enter your name:" read name