Last active
August 1, 2021 09:25
-
-
Save TimoPtr/a28a2085b62b22b4b011d50bcffe3e29 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
sensors | |
find /dev/ -maxdepth 1 -regextype posix-extended -regex ".*sd[b-z]" -exec sudo hddtemp {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment