Skip to content

Instantly share code, notes, and snippets.

View albertyw's full-sized avatar
🦫

Albert Wang albertyw

🦫
View GitHub Profile
@albertyw
albertyw / status.sh
Created May 24, 2013 05:00
Computer Statistics
#!/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`