reading CPU temperature script
This commit is contained in:
3
bin/cputemp
Executable file
3
bin/cputemp
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "$[$(cat /sys/class/thermal/thermal_zone0/temp)/1000]° C"
|
||||
Reference in New Issue
Block a user