From 95fae8ba082370c51c8404719fde2d662d9251d2 Mon Sep 17 00:00:00 2001 From: Kelvin Warren <131929338+Kdwarren17@users.noreply.github.com> Date: Tue, 2 May 2023 19:48:28 -0400 Subject: [PATCH 1/2] Create Kelvin Warren --- Kelvin Warren | 1 + 1 file changed, 1 insertion(+) create mode 100644 Kelvin Warren diff --git a/Kelvin Warren b/Kelvin Warren new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Kelvin Warren @@ -0,0 +1 @@ + From 485d7804113951f25929a99691bb2ed10fb4cfd3 Mon Sep 17 00:00:00 2001 From: Kdwarren17 Date: Wed, 3 May 2023 23:45:29 +0000 Subject: [PATCH 2/2] linux.sh --- linux.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux.sh b/linux.sh index a7b7368..7084246 100644 --- a/linux.sh +++ b/linux.sh @@ -1,11 +1,11 @@ #!/bin/bash echo "Please enter your name:" -read name +read Kelvin Warren echo "Reading.... please wait" sleep 3 echo "-----------------------------" -echo "Your username is:" && whoami +echo "Your username is:" Kdwarren17 echo "-----------------------------" echo "This is one of my first Linux Scripts" sleep 2