dotfiles/scripts/fuck
2022-02-13 21:02:44 -05:00

3 lines
66 B
Bash
Executable File

#!/bin/bash
ps aux | grep "$@" | awk '{print $2}' | xargs kill -9