(Scripts/status)+temperature script for status

This commit is contained in:
2022-09-14 00:43:50 +01:00
parent 2f51cf2b3d
commit 0d7a9acf84

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env sh
echo " $(sensors | grep "Core" | sed 's/Core [0-9]:[ ]*+//;s/C.*//' | sort -r | head -1)C"