Hash : be371306 Author : Thomas de Grivel Date : 2019-12-23T22:04:14
Download
1 2 3 4 5 6
#!/bin/sh if sysctl -n hw.sensors.acpiac0.indicator0 | grep On >/dev/null; then echo "+" else false fi