Rewrite for Debian only
This commit is contained in:
4
scripts/temp
Executable file
4
scripts/temp
Executable file
@@ -0,0 +1,4 @@
|
||||
#! /bin/bash
|
||||
|
||||
paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\)..$/.\1°C/'
|
||||
|
||||
Reference in New Issue
Block a user