CPU temperature bash script
This commit is contained in:
4
bin/cpu-temp
Executable file
4
bin/cpu-temp
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
sensors | awk '/Tctl:/ {print $2}'
|
||||
|
||||
Reference in New Issue
Block a user