Branch - branch -master
Hash : 2ceeccec Author : Thomas de Grivel Date : 2024-08-08T23:28:37
Download
1 2 3 4
#!/bin/sh CPUTEMP=$(sysctl -n hw.sensors.cpu0.temp0 | cut -d\ -f 1) MBTEMP=$(sysctl -n hw.sensors.aps0.temp0 | cut -d\ -f 1) echo "${CPUTEMP}°C ${MBTEMP}°C"