用户工具

站点工具


程序设计: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 · 最后更改: 2023/06/13 05:25 由 127.0.0.1