OpenWrt_Luci_Lua/1_3.smart_wifi_code/smart_wifi
2015-06-13 22:22:49 +08:00

5 lines
273 B
Bash
Executable File

#!/bin/sh
echo "" >> /etc/crontabs/root;
echo "$1 $2 * * $3 /sbin/wifi down mt7628;sleep 4; sed -i '/$1$2$3/d' /etc/crontabs/root; crontab /etc/crontab/root; $1$2$3 >/dev/null 2>/dev/null " >> /etc/crontabs/root; crontab /etc/crontabs/root;
echo "" >> /etc/crontabs/root;