From 588984c769470ff070dc89a15fb6c63f1bc74562 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 10 Feb 2023 11:31:45 +0200 Subject: Removed local script files --- .local/bin/scripts/killandnotify | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 .local/bin/scripts/killandnotify (limited to '.local/bin/scripts/killandnotify') diff --git a/.local/bin/scripts/killandnotify b/.local/bin/scripts/killandnotify deleted file mode 100755 index 2e7222e..0000000 --- a/.local/bin/scripts/killandnotify +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# Kills an application and sends a notification that it's been killed - -killall "$1" && notify-send "$1" "$2" -- cgit v1.2.3