Advertisement
Guest User

Untitled

a guest
Nov 6th, 2011
1,287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. temp1=`cat /sys/devices/platform/coretemp.0/temp2_input`
  3. echo `expr $temp1 / 1000`
  4.  
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement