From 553cb2204b0bf27afe13c6332f5679bbd47172a0 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 05:01:20 +0200 Subject: Update/Overhaul --- unix/utils/kill-notify | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 unix/utils/kill-notify (limited to 'unix/utils/kill-notify') diff --git a/unix/utils/kill-notify b/unix/utils/kill-notify new file mode 100755 index 0000000..f7f749e --- /dev/null +++ b/unix/utils/kill-notify @@ -0,0 +1,4 @@ +#!/bin/sh +# Kills an application and sends a notification that it's been killed + +killall "$1" && notify-send "Killed $1" -- cgit v1.2.3