From 35f82559de6c4c5dfe2eef1f7e10fd1c4b9e68c6 Mon Sep 17 00:00:00 2001 From: racostanzo Date: Sat, 6 May 2023 02:02:28 +0000 Subject: [PATCH] changed wording --- linux.sh | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/linux.sh b/linux.sh index a7b7368..9cdc3cb 100644 --- a/linux.sh +++ b/linux.sh @@ -1,22 +1,5 @@ #!/bin/bash -echo "Please enter your name:" -read name -echo "Reading.... please wait" -sleep 3 -echo "-----------------------------" -echo "Your username is:" && whoami -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 "-----------------------------" -sleep 2 -echo "My IP address is:" -echo "-----------------------------" -sleep 2 -curl ifconfig.me - +"Please enter your name:" Rebecca +"Made on:" may5 This is week 4 - project test