updated to show lsb release info.
authorChris Koeritz <fred@gruntose.com>
Tue, 17 Sep 2013 20:38:49 +0000 (16:38 -0400)
committerChris Koeritz <fred@gruntose.com>
Tue, 17 Sep 2013 20:38:49 +0000 (16:38 -0400)
scripts/core/i.sh

index 7c174b7f765e9e9e106851bbe0c9a244ed8528e9..0b01bd5a172d8ef3e1f7eee9d22c5fa0ef6de9fa 100644 (file)
@@ -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 '###############################################################################'