mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
2 lines
67 B
Bash
2 lines
67 B
Bash
kill -9 $(ps -ef|grep MaxKeyMgtBoot|grep -v grep|awk '{print $2}')
|