Autoadd disks to temps (only for sd*, and works on smartmontools) Some cosmetic changes
7 lines
109 B
Bash
Executable File
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}
|