Print MacOS version
This commit is contained in:
parent
4e34ffaced
commit
200ba62653
1 changed files with 4 additions and 0 deletions
|
@ -262,6 +262,10 @@ usermotd () {
|
||||||
then
|
then
|
||||||
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
echo " $(. /etc/os-release; echo $NAME $VERSION)"
|
||||||
fi
|
fi
|
||||||
|
if [ "x$(uname -s)" == "xDarwin" ]
|
||||||
|
then
|
||||||
|
echo " $(sw_vers -productName) $(sw_vers -productVersion)"
|
||||||
|
fi
|
||||||
uptime
|
uptime
|
||||||
echo "LANG=$LANG"
|
echo "LANG=$LANG"
|
||||||
if [ -n "$TZ" ]
|
if [ -n "$TZ" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue