diff options
| -rwxr-xr-x | kill-notify (renamed from killandnotify) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/killandnotify b/kill-notify index 2e7222e..f7f749e 100755 --- a/killandnotify +++ b/kill-notify @@ -1,4 +1,4 @@ #!/bin/sh # Kills an application and sends a notification that it's been killed -killall "$1" && notify-send "$1" "$2" +killall "$1" && notify-send "Killed $1" |
