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