ansible-role-common/templates/update-motd.d/10-uname

6 lines
145 B
Bash
Executable File

#!/bin/sh
. /etc/update-motd.d/colors
echo $DISTRIB_DESCRIPTION $YELLOW "$(lsb_release -ds)" $NONE "($(uname -o)" "$(uname -r)" "$(uname -m))"