This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
205
Commits
1
Branch
652 MiB
Shell
64.2%
xBase
22.1%
Lua
13.6%
Tree:
6b40b003fd
dotfiles
/
.local
/
bin
/
status-temperature
3 lines
78 B
Raw
Blame
History
#!/bin/bash
echo
$(
cat /sys/class/thermal/thermal_zone0/temp
|
cut -b -2
)
°C