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