#! /bin/bash ps -elf | grep $1 | awk '{print $4}' | xargs -i kill {} 2
chmod +x overkill
alias overkill="/home/user/Programs/scripts/overkill"