Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'CPU temperature and hardware sensor readouts in bash' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
CPU temperature and hardware sensor readouts in bash
Authored by: mark hunte on Oct 25, '05 10:21:07AM
The first script seems to work ok on my G4 Powerbook 1.5 ghz For people like me who do not always use terminal I put it into a applescript for use with hotkeys
set get_temp to do shell script "path/to/script/tp -l"
display dialog get_temp buttons {"OK"} default button 1
should be very easy to put in Automator and you may want to put the 'display dialog in a tell block to get the finder to activate.

---
mh

[ Reply to This | # ]