Created
July 26, 2018 12:55
-
-
Save Senorsen/baec336563a8631cd18a759d60ec6a0b to your computer and use it in GitHub Desktop.
Kill funjsq 杀死 funjsq 进程(一般为了在其他路由器上启动)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
killall -9 funjsqMT | |
killall -9 funjsqCloud | |
killall -9 FYdaemon | |
killall -9 funjsq_ctl | |
killall -9 funjsq_cli | |
killall -9 funjsq_conntime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment