motd-gen

my motd scripts
git clone git://git.ckyln.com/~cem/motd-gen.git
Log | Files | Refs | README | LICENSE

commit 457a7e522a156700c6c385c507adb534bc491324
parent ea8a9e07339a2a869b33b9f79598342a397cd3e0
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  2 Jan 2020 11:37:38 +0300

add figlet lolcat welcome screen

Diffstat:
ASHAREDIR/00-figlet-lolcat.motd | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/SHAREDIR/00-figlet-lolcat.motd b/SHAREDIR/00-figlet-lolcat.motd @@ -0,0 +1,4 @@ +printf "Welcome to \\n" +/usr/bin/env figlet "$(hostname)" | /usr/bin/env lolcat -f + +# vim:filetype=sh