mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
3 lines
68 B
Bash
3 lines
68 B
Bash
#!/bin/bash
|
|
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`
|