Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
Abdullah
/
cfg
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
349c2a07d3
Rami (Branch)
Tag
charming
main
master
openbsd
weston
winter
v9.0
v8.0
v7.0
v6.0
v5.0
v4
v3
v2
v1.1
v1.0
cfg
/
etc
/
.local
/
bin
/
temperature
temperature
96 B
Cronologia
Originale
1
2
3
4
5
6
#!/usr/bin/env bash
TEMP=$(($(cat /sys/class/thermal/thermal_zone0/temp) / 1000))C
echo $TEMP