From bec09aa3c5c79cff7981b3972deebc9a040a0e68 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 17 Sep 2013 16:38:49 -0400 Subject: [PATCH] updated to show lsb release info. --- scripts/core/i.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 '###############################################################################' -- 2.34.1