diff options
| author | root <D Delmar Davis feurig@fromhell.com> | 2024-08-31 00:14:56 -0700 |
|---|---|---|
| committer | root <D Delmar Davis feurig@fromhell.com> | 2024-08-31 00:14:56 -0700 |
| commit | 85820d90f61321b834da3358e1590d90ca8c41cc (patch) | |
| tree | 963190a4c49a0195cd186a3d951c4e47e23cf8e4 /bin/lightsout.sh | |
| parent | bf5eff1e502c93e0a45a3cb8bee5df1e71d5e73e (diff) | |
lights out
Diffstat (limited to 'bin/lightsout.sh')
| -rwxr-xr-x | bin/lightsout.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/lightsout.sh b/bin/lightsout.sh new file mode 100755 index 0000000..22a2dcc --- /dev/null +++ b/bin/lightsout.sh @@ -0,0 +1,3 @@ +#!/usr/bin/bash +echo 0 | tee /sys/class/leds/mmc0/brightness +echo 0 | tee /sys/class/leds/ACT/brightness |
