Files
MOTD/10-display-name
Slava 003a32b4a2 Rework for modular system
Autoadd disks to temps (only for sd*, and works on smartmontools)
Some cosmetic changes
2020-01-14 02:18:46 +03:00

7 lines
109 B
Bash
Executable File

#!/bin/bash
color="\e[1;33m"
clear="\e[m"
echo -e ${color}
figlet -k -f slant $(hostname)
echo -e ${clear}