forked from LevelUpInTech/LevelUpTeam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinux.sh
More file actions
26 lines (22 loc) · 627 Bytes
/
linux.sh
File metadata and controls
26 lines (22 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/bin/bash
Welcome Let's get started this time using VIM
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
This is week 4 - project test
Virgil Majors has inititiated this very minor change in this shell script!