0.0.1 • Published 7 years ago

macos-cpu-temp v0.0.1

Weekly downloads
4
License
-
Repository
-
Last release
7 years ago

OSX CPU Temp

Outputs current CPU temperature for OSX.

Usage

Compiling

make

Running

./osx-cpu-temp

or

sudo make install # installs to /usr/local/bin
osx-cpu-temp

Using clib

clib install lavoiesl/osx-cpu-temp

Output example

61.8°C

Options

  • -C Output temperature in Celsius (default).
  • -F Output temperature in Fahrenheit.

Maintainer

Sébastien Lavoie sebastien@lavoie.sl

Source

Apple System Management Control (SMC) Tool Copyright (C) 2006

Inspiration