Skip to content

Instantly share code, notes, and snippets.

@felipessalvatore
Created February 22, 2019 03:09
Show Gist options
  • Save felipessalvatore/d9ca192a6b33cd64791d504d90e1ca99 to your computer and use it in GitHub Desktop.
Save felipessalvatore/d9ca192a6b33cd64791d504d90e1ca99 to your computer and use it in GitHub Desktop.
get temperature
while true; do
acpi -t
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment