====== 用快捷键结束进程 openbox ====== /home/ojrain/killchrome.sh #!/bin/sh ps ax | grep chrome | awk '{print $1}' | xargs kill -9