Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- #checks cpu temp using sensors
- #sensors must be installed to use it
- clear
- echo "Press Control + c to exit"
- sleep 4
- watch -n 1 -d sensors
- clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement