Skip to content

Instantly share code, notes, and snippets.

@bartlomiejn
Created October 1, 2018 11:23
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 bartlomiejn/90ba63ce074d5147991bfe9d63550a8c to your computer and use it in GitHub Desktop.
Save bartlomiejn/90ba63ce074d5147991bfe9d63550a8c to your computer and use it in GitHub Desktop.
while true; do
ioreg -l |grep \"PerformanceStatistics\" | cut -d '{' -f 2 | tr '|' ',' | tr -d '}' | tr ',' '\n'|grep 'Temp\|Fan'
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment