From: Chris Koeritz Date: Tue, 17 Sep 2013 20:38:49 +0000 (-0400) Subject: updated to show lsb release info. X-Git-Tag: 2.140.90~924 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=bec09aa3c5c79cff7981b3972deebc9a040a0e68;p=feisty_meow.git updated to show lsb release info. --- diff --git a/scripts/core/i.sh b/scripts/core/i.sh index 7c174b7f..0b01bd5a 100644 --- a/scripts/core/i.sh +++ b/scripts/core/i.sh @@ -6,7 +6,10 @@ source "$FEISTY_MEOW_SCRIPTS/core/functions.sh" echo '###############################################################################' echo echo Your user name is $USER on a computer named $(hostname). -echo Your machine platform is $(uname -m). +echo Your machine platform is $(uname -m) +if [ $OPERATING_SYSTEM == "UNIX" ]; then + lsb_release -a +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 '###############################################################################'