程序设计:bash:killchrome
用快捷键结束进程 openbox
<keybind key="W-k">
<action name="Execute">
<command>/home/ojrain/killchrome.sh</command>
</action>
</keybind>
#!/bin/sh ps ax | grep chrome | awk '{print $1}' | xargs kill -9
程序设计/bash/killchrome.txt · 最后更改: 由 127.0.0.1
