aboutsummaryrefslogtreecommitdiff
path: root/killandnotify
blob: 2e7222e648b2d0ca92356e62db3340b8c991f29d (plain)
1
2
3
4
#!/bin/sh
# Kills an application and sends a notification that it's been killed

killall "$1" && notify-send "$1" "$2"