CPU temperature bash script

This commit is contained in:
Martin Blazik
2022-10-16 18:58:55 +02:00
parent 42bd496419
commit c84e6c8f6c

4
bin/cpu-temp Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
sensors | awk '/Tctl:/ {print $2}'