motd-gen

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

00-figlet-lolcat.motd (119B)


      1 printf "\033[1mWelcome to \033[0;00m\\n"
      2 /usr/bin/env figlet "$(hostname)" | /usr/bin/env lolcat -f
      3 
      4 # vim:filetype=sh