This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| echo "\033[44m TEMPERATURES \033[0m" | |
| sensors | grep temp1 | |
| sensors | grep temp2 | |
| sensors | grep temp3 | |
| sensors | grep fan1 | |
| echo "\033[44m DISK HEALTH \033[0m" | |
| echo "SDA MAIN" | |
| smartctloutput=`sudo smartctl /dev/disk/by-uuid/e9f928ea-9902-4711-b63e-05a08acbebfe -a` |
NewerOlder