Hash : 16339266 Author : Thomas de Grivel Date : 2023-03-16T21:20:37
Download
1 2 3 4 5
#!/bin/sh temp() { sysctl -n hw.sensors.$1 | cut -d\ -f 1 } echo "$(temp acpithinkpad0.temp0)°C $(temp acpithinkpad0.temp1)°C $(temp acpithinkpad0.temp2)°C $(temp ksmn0.temp0)°C"