motd-gen

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

commit a9099a2a79d1435bf41575c2be57a96ac804d78a
parent ddfdcf47e1e9b46732604da17ec9c8feeb14654c
Author: Cem Keylan <cem@ckyln.com>
Date:   Thu,  2 Jan 2020 13:58:55 +0300

60-services: add an extra space

Diffstat:
MSHAREDIR/60-services.motd | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SHAREDIR/60-services.motd b/SHAREDIR/60-services.motd @@ -51,7 +51,7 @@ check() { esac [ $(( $number % $COLUMNS )) -eq 0 ] && printf "\n" done < "$CHECKFILE" - printf "\n" + printf "\n\n" } [ -n "$CHECKFILE" ] && check