Advertisement
brianMc

monCpu

Sep 23rd, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. #checks cpu temp using sensors
  3. #sensors must be installed to use it
  4.  
  5. clear
  6. echo "Press Control + c to exit"
  7. sleep 4
  8. watch -n 1 -d sensors
  9. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement