4 lines
98 B
Bash
4 lines
98 B
Bash
|
#!/bin/sh
|
||
|
logger "Battery is in charging state"
|
||
|
echo 100 > /sys/class/leds/led:rgb_red/brightness
|