shutdown脚本更新

This commit is contained in:
陈精华 2019-08-06 10:53:38 +08:00 committed by kl
parent 47bda1023a
commit 69e23dbb99

View File

@ -1,2 +1,2 @@
#!/bin/bash
kill 15 `ps -ef|grep kkFileView|awk '{print $2}'`
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`