8 stat_busy
"Starting Acer Hotkey Wireless LED"
9 if [ ! -f /proc
/driver
/acerhk
/wirelessled
]; then
12 echo 1 > /proc
/driver
/acerhk
/wirelessled
17 stat_busy
"Stopping Acer Hotkey Wireless LED"
18 if [ ! -f /proc
/driver
/acerhk
/wirelessled
]; then
21 echo 0 > /proc
/driver
/acerhk
/wirelessled
30 echo "usage: $0 {start|stop|restart}"