From 920b1017d2c3f115ef12d8fccf1b60263b18dc46 Mon Sep 17 00:00:00 2001 From: Chris Timony Date: Thu, 6 Apr 2023 02:16:35 +0000 Subject: [PATCH] Updated the linux.sh --- linux.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 linux.sh diff --git a/linux.sh b/linux.sh old mode 100644 new mode 100755 index a7b7368..bc97f7f --- a/linux.sh +++ b/linux.sh @@ -5,7 +5,7 @@ read name echo "Reading.... please wait" sleep 3 echo "-----------------------------" -echo "Your username is:" && whoami +echo "$name your username is:" && whoami echo "-----------------------------" echo "This is one of my first Linux Scripts" sleep 2 @@ -18,5 +18,7 @@ echo "My IP address is:" echo "-----------------------------" sleep 2 curl ifconfig.me - -This is week 4 - project test +echo +echo "-----------------------------" +echo "This is week 4 - project test" +echo