2023-11-09 19:03:28 +08:00

7 lines
79 B
Bash

#!/bin/sh /etc/rc.common
START=99
start() {
/bin/sh /usr/share/cpe/rssi &
}