Hash : d2210b9b Author : Thomas de Grivel Date : 2022-04-10T09:02:56
Download
1 2 3 4 5 6
#!/bin/sh if sysctl -n hw.sensors.aplsmc0.indicator0 | grep On >/dev/null; then echo "+" else false fi