From a6aa92464aad6c153bb416c4b2b0de760e9a78f7 Mon Sep 17 00:00:00 2001 From: Kim Date: Mon, 5 Dec 2022 19:59:58 +0000 Subject: [PATCH] name changed --- linux.sh | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 linux.sh diff --git a/linux.sh b/linux.sh new file mode 100644 index 0000000..4b9eb71 --- /dev/null +++ b/linux.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +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