add batman beyond config
This commit is contained in:
Executable
+2
@@ -0,0 +1,2 @@
|
||||
#awk '{printf " %.1f°F\n", ($1/1000)*9/5+32}' /sys/class/hwmon/hwmon*/temp1_input 2>/dev/null | head -n1
|
||||
awk '{printf " %.1f°F\n", ($1/1000)*9/5+32; exit}' /sys/class/hwmon/hwmon*/temp1_input 2>/dev/null
|
||||
Reference in New Issue
Block a user