#!/bin/sh /etc/rc.common
# Startup Script for wifi_schedule

START=100

start() {
    /usr/bin/wifi_schedule.sh startup
}
