dotfiles/scripts/fuck

3 lines
66 B
Plaintext
Raw Normal View History

2022-01-18 01:25:46 -05:00
#!/bin/bash
ps aux | grep "$@" | awk '{print $2}' | xargs kill -9