Rework for modular system

Autoadd disks to temps (only for sd*, and works on smartmontools)
Some cosmetic changes
This commit is contained in:
2020-01-14 02:18:46 +03:00
parent ff44ea7749
commit 003a32b4a2
6 changed files with 49 additions and 40 deletions

View File

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