Skip to content

Instantly share code, notes, and snippets.

@iamvivekkaushik
Created August 28, 2019 08:47
Show Gist options
  • Save iamvivekkaushik/d0677781754593dd8410f49b583303b6 to your computer and use it in GitHub Desktop.
Save iamvivekkaushik/d0677781754593dd8410f49b583303b6 to your computer and use it in GitHub Desktop.
Linux bash script to display temprature every second.
while true; do sensors ; sleep 1; clear ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment