OpenWrt_Luci_Lua/smart_wifi_code/5.25/smart_wifi
2015-05-25 17:57:30 +08:00

5 lines
252 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 " >> /etc/crontabs/root; crontab /etc/crontabs/root;
echo "" >> /etc/crontabs/root;