X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fi.sh;h=fd2fd7350fa0b10efd15376dcc582eab8eb8bd36;hb=f03a4782770cadbf45fe9e16ec0d8b6f57805883;hp=dbc5c8a93c9f5652bf88eaf6c5b587dafdfb4bb7;hpb=19bc15e94c5702b88f15cef0fe3ea4a6e567efc5;p=feisty_meow.git diff --git a/scripts/core/i.sh b/scripts/core/i.sh index dbc5c8a9..fd2fd735 100644 --- a/scripts/core/i.sh +++ b/scripts/core/i.sh @@ -2,11 +2,12 @@ source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" -( -echo '###############################################################################' +echo '==============' echo echo Your user name is $USER on a computer named $(hostname). echo Your machine platform is $(uname -m) +echo -n Uptime: +uptime if [ $OPERATING_SYSTEM == "UNIX" ]; then which lsb_release &>/dev/null if [ $? -eq 0 ]; then @@ -15,20 +16,15 @@ if [ $OPERATING_SYSTEM == "UNIX" ]; then fi echo The time is $(date_stringer | sed -e 's/_/ /g' | sed -e 's/\([0-9][0-9]\) \([0-9][0-9]\)$/:\1:\2/') echo -echo '###############################################################################' +echo '==============' echo echo You have the following files here: ls -FC echo -echo '###############################################################################' +echo '==============' echo echo You are sharing the machine with: who echo -echo '###############################################################################' -echo -echo You are running the following processes: -. $FEISTY_MEOW_SCRIPTS/users/findme.sh -echo -echo '###############################################################################' -) | less +echo '==============' +