From c0dc8f393c386d2f2db3eb327681a071b393d4b7 Mon Sep 17 00:00:00 2001 From: Rotimi Sule Date: Mon, 3 Apr 2023 16:36:39 +0000 Subject: [PATCH] Rotimi's commit for week 4 project 1 --- linux.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linux.sh b/linux.sh index a7b7368..c3cd5bf 100644 --- a/linux.sh +++ b/linux.sh @@ -1,20 +1,20 @@ #!/bin/bash echo "Please enter your name:" -read name +read Rotimi aka GLO echo "Reading.... please wait" sleep 3 echo "-----------------------------" -echo "Your username is:" && whoami +echo "Your username is:" && GLOTIMI 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 3rd 2023 echo "-----------------------------" sleep 2 -echo "My IP address is:" +echo "My IP address is:"https://github.com/rotimisule/LevelUpTeam echo "-----------------------------" sleep 2 curl ifconfig.me