Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions linux.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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