dotfiles/scripts/fuck

3 lines
88 B
Plaintext
Raw Normal View History

2022-01-18 01:25:46 -05:00
#!/bin/bash
2022-02-14 20:30:09 -05:00
{ ps aux | grep "$@" | awk '{print $2}' | xargs kill -9; } > /dev/null 2>&1