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