Created
August 28, 2019 08:47
-
-
Save iamvivekkaushik/d0677781754593dd8410f49b583303b6 to your computer and use it in GitHub Desktop.
Linux bash script to display temprature every second.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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