mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-04-28 02:56:44 +00:00
3 lines
62 B
Bash
3 lines
62 B
Bash
#!/bin/bash
|
|
kill 15 `ps -ef|grep kkFileView|awk '{print $2}'`
|