6 lines
171 B
Bash
6 lines
171 B
Bash
#!/bin/sh
|
|
|
|
export SPEAKER="Speaker"
|
|
export HEADPHONE="Headphone"
|
|
export EARPIECE="Earpiece"
|
|
export BACKLIGHT="/sys/devices/platform/backlight-dsi/backlight/backlight-dsi"
|