ansible-role-common/templates/update-motd.d/05-header

8 lines
96 B
Bash
Executable File

#!/bin/sh
. /etc/update-motd.d/colors
printf $LIGHT_RED
figlet " "$(hostname -s)
printf $NONE