This media is not supported in your browser
VIEW IN TELEGRAM
This media is not supported in your browser
VIEW IN TELEGRAM
#!/bin/sh
for z in /sys/class/thermal/thermal_zone*/type; do
echo "$z: $(cat $z)"
done
for z in /sys/class/thermal/thermal_zone*/type; do
echo "$z: $(cat $z)"
done
Guzram’s What he want to Share
#!/bin/sh for z in /sys/class/thermal/thermal_zone*/type; do echo "$z: $(cat $z)" done
i leave here for future purposes to find which cpu temp