Commit 69e23dbb authored by 陈精华's avatar 陈精华 Committed by kl

shutdown脚本更新

parent 47bda102
#!/bin/bash
kill 15 `ps -ef|grep kkFileView|awk '{print $2}'`
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment