From b62aa1c61ad64a7d55fe0eb5690ee506d3dbe15c Mon Sep 17 00:00:00 2001 From: KMyers01 Date: Mon, 3 Apr 2023 14:26:50 +0000 Subject: [PATCH] Changes made for week4 project --- linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux.sh b/linux.sh index a7b7368..8fb51f5 100644 --- a/linux.sh +++ b/linux.sh @@ -1,17 +1,17 @@ #!/bin/bash echo "Please enter your name:" -read name +read Kelly echo "Reading.... please wait" sleep 3 echo "-----------------------------" -echo "Your username is:" && whoami +echo "Your username is:" KMyers01" 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: April.3.2023" echo "-----------------------------" sleep 2 echo "My IP address is:"