mirror of
https://github.com/kekingcn/kkFileView.git
synced 2026-04-18 05:57:28 +00:00
3 lines
68 B
Java
3 lines
68 B
Java
#!/bin/bash
|
|
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`
|