mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-28 12:02:00 +08:00
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/sh /etc/rc.common
|
|
|
|
START=99
|
|
|
|
start() {
|
|
/bin/sh /usr/share/cpe/rssi &
|
|
} |