Skip to content

Instantly share code, notes, and snippets.

@aschyiel
Created September 8, 2015 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aschyiel/546e2f043d0e021ad0b1 to your computer and use it in GitHub Desktop.
Save aschyiel/546e2f043d0e021ad0b1 to your computer and use it in GitHub Desktop.
pseudo sensors for osx
# After installing the "iStats" gem;
# Add the following line to ~/.bashrc
# see http://apple.stackexchange.com/a/127453/145556
alias sensors='istats | grep -v "Unknown temp" | grep -v "??" | grep -v "\-127" | tail -r'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment