[Linux] Add rofi_kill_process.sh

This commit is contained in:
2016-11-24 13:25:27 -08:00
parent 1126518e69
commit 432cb01e51

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env zsh
ps -o 'pid cmd' x | rofi -dmenu -i | get_cols 1 | xargs kill -9