From 218aff23f25eb65bf53f43daf9fc046049d57d1b Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 9 Nov 2013 11:33:09 -0500 Subject: [PATCH] improved inventory command. --- scripts/core/i.sh | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/scripts/core/i.sh b/scripts/core/i.sh index dbc5c8a9..945c1fe3 100644 --- a/scripts/core/i.sh +++ b/scripts/core/i.sh @@ -2,8 +2,7 @@ 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) @@ -15,20 +14,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 '==============' + -- 2.34.1