From 3d9ff286af272a40c09edda50283c8d4ce959f32 Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 22 Oct 2023 22:39:26 +0200 Subject: Moved scripts to ~/.scripts --- .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