motd-gen

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

commit 0eb93188b23bce69a0e682ae62fc2946aec76ad2
parent 013349a8cc6cb8db2ba4db738525db29ecdbeb24
Author: Cem Keylan <cem@ckyln.com>
Date:   Fri,  3 Jan 2020 00:24:45 +0300

headers: add bold

Diffstat:
MSHAREDIR/00-figlet-lolcat.motd | 2+-
MSHAREDIR/00-header.motd | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

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