3 lines
87 B
Bash
3 lines
87 B
Bash
|
#!/bin/sh
|
||
|
echo 0 > /sys/devices/platform/thinkpad_acpi/leds/tpacpi\:\:power/brightness
|