7 lines
79 B
Bash
7 lines
79 B
Bash
#!/bin/sh /etc/rc.common
|
|
|
|
START=99
|
|
|
|
start() {
|
|
/bin/sh /usr/share/cpe/rssi &
|
|
} |