summaryrefslogtreecommitdiffstats
path: root/.local/bin/greptemp.sh
blob: ab397dc6c1c052c6408de38023fc064d7cf927ec (plain)
1
2
3
4
5
6
#!/usr/local/bin/dash

while true; do
	sysctl dev.cpu | grep temperature
	sleep 3
done