]> git.lizzy.rs Git - plan9front.git/blob - rc/bin/Kill
update colemak kbmap, simpler version with scroll working (thanks jeremy)
[plan9front.git] / rc / bin / Kill
1 #!/bin/rc
2 for(i){
3         ps | sed -n '/ '^$i^'$/s%^[^ ]* *([^ ]*).*%chmod 666 /proc/\1/ctl;@{echo kill>/proc/\1/ctl}%p'
4 }