Skip to content

Instantly share code, notes, and snippets.

@chickendrop89
Created January 30, 2026 15:57
Show Gist options
  • Select an option

  • Save chickendrop89/b5098432e5b940ecebc0ca1d47607bdd to your computer and use it in GitHub Desktop.

Select an option

Save chickendrop89/b5098432e5b940ecebc0ca1d47607bdd to your computer and use it in GitHub Desktop.
List thermal zones (command)
for z in /sys/class/thermal/thermal_zone*; do echo "${z##*zone}: $(cat $z/type)"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment