From f00e099667fafe080b794ac67f5c6ce7197231a3 Mon Sep 17 00:00:00 2001 From: merdt03 Date: Sun, 30 Apr 2023 20:15:42 +0000 Subject: [PATCH] gonna learn it today --- linux.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux.sh b/linux.sh index a7b7368..fdfb6e3 100644 --- a/linux.sh +++ b/linux.sh @@ -1,17 +1,17 @@ #!/bin/bash echo "Please enter your name:" -read name +read Michelle Erdt echo "Reading.... please wait" sleep 3 echo "-----------------------------" -echo "Your username is:" && whoami +echo "Your username is:" merdt03 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/30/2023 echo "-----------------------------" sleep 2 echo "My IP address is:"