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

6 lines
191 B
Bash
Executable File

#!/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)"