improved inventory command.
authorroot <root@skyborn.gruntose.blurgh>
Sat, 9 Nov 2013 16:32:29 +0000 (11:32 -0500)
committerroot <root@skyborn.gruntose.blurgh>
Sat, 9 Nov 2013 16:32:29 +0000 (11:32 -0500)
scripts/core/i.sh

index dbc5c8a93c9f5652bf88eaf6c5b587dafdfb4bb7..945c1fe3e57d93d9e6fe65a6c4e49947f60d379c 100644 (file)
@@ -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 '=============='
+