From 658c73485ca2cb1fbe16ea16104b0960849f6b37 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 27 Dec 2022 23:31:46 +0200 Subject: Add killandnotify script --- killandnotify | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 killandnotify (limited to 'killandnotify') diff --git a/killandnotify b/killandnotify new file mode 100755 index 0000000..2e7222e --- /dev/null +++ b/killandnotify @@ -0,0 +1,4 @@ +#!/bin/sh +# Kills an application and sends a notification that it's been killed + +killall "$1" && notify-send "$1" "$2" -- cgit v1.2.3