From afe53c73bfd21a2931afccae9ea0bcfbfd4a9405 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 1 Oct 2025 17:21:05 +0200 Subject: Testing updated dir structures --- linux/home/.scripts/killandnotify | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 linux/home/.scripts/killandnotify (limited to 'linux/home/.scripts/killandnotify') diff --git a/linux/home/.scripts/killandnotify b/linux/home/.scripts/killandnotify deleted file mode 100755 index 2e7222e..0000000 --- a/linux/home/.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