This website requires JavaScript.
Explore
Help
Sign In
ale
/
snippets
Watch
0
Fork
0
You've already forked snippets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
cad5515b7e
snippets
/
bash
/
temp.sh
1 line
52 B
Bash
Raw
Normal View
History
Unescape
Escape
initial commit
2024-10-02 23:47:38 +00:00
while
(
(
1
)
)
;
do
vcgencmd measure_temp
;
sleep 3s
;
done
Reference in New Issue
Copy Permalink