ops/etc/update-motd.d/00-header

6 lines
191 B
Plaintext
Raw Permalink Normal View History

2019-10-14 22:08:03 +00:00
#!/bin/bash
export TERM=xterm-256color
printf '%sWelcome to%s\n' "$(tput setaf 5)" "$(tput sgr0)"
printf '%s%s%s\n' "$(tput setaf 6)" "$(/usr/bin/figlet -f smslant envs.net)" "$(tput sgr0)"