[Linux] Add rofi_kill_process.sh

This commit is contained in:
Ivan Malison 2016-11-24 13:25:27 -08:00
parent 1126518e69
commit 432cb01e51
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

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