3 lines
72 B
Bash
3 lines
72 B
Bash
|
#!/bin/sh
|
||
|
echo 1 > /sys/class/power_supply/smb347-usb/charger_detection
|