From ce7e46a1f53af1476206402fb4a4d7b32d7e5af5 Mon Sep 17 00:00:00 2001 From: Corey Ginn Date: Tue, 4 Apr 2023 20:30:17 +0000 Subject: [PATCH] added changes to linux.sh --- linux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux.sh b/linux.sh index a7b7368..7d02d05 100644 --- a/linux.sh +++ b/linux.sh @@ -1,17 +1,17 @@ #!/bin/bash echo "Please enter your name:" -read name +read Corey Ginn echo "Reading.... please wait" sleep 3 echo "-----------------------------" -echo "Your username is:" && whoami +echo "Your username is:" Coreg12 echo "-----------------------------" echo "This is one of my first Linux Scripts" sleep 2 echo "Please wait while we process the date......." sleep 3 -echo "Made on:" && date +echo "Made on:" 04/04/2023 echo "-----------------------------" sleep 2 echo "My IP address is:" @@ -19,4 +19,4 @@ echo "-----------------------------" sleep 2 curl ifconfig.me -This is week 4 - project test +/This is week 4 - project test