dynamic-motd/update-motd.d/00-figlet

9 lines
113 B
Bash
Executable File

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