64035ac463
Prepare for better device categorization by moving everything to testing subdir first. [skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR depends on this MR Related: postmarketos#16
5 lines
134 B
Bash
Executable file
5 lines
134 B
Bash
Executable file
#!/bin/sh
|
|
if [ -n "$1" ]; then
|
|
echo $1 > /sys/class/leds/lcd-backlight/brightness
|
|
fi
|
|
cat /sys/class/leds/lcd-backlight/brightness
|