mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2025-06-21 02:20:38 +00:00
art_wifi_third, watchcat
Signed-off-by: JamesonHuang <462430725@qq.com>
This commit is contained in:
4
smart_wifi_code/smart_wifi
Executable file
4
smart_wifi_code/smart_wifi
Executable file
@ -0,0 +1,4 @@
|
||||
#!/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;
|
Reference in New Issue
Block a user