From 54920103c2843f5a3620effbccaceaee7f6885c1 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 18 May 2019 00:07:32 -0400 Subject: scripts moved to ~/.local/bin --- .scripts/tools/podentr | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .scripts/tools/podentr (limited to '.scripts/tools/podentr') diff --git a/.scripts/tools/podentr b/.scripts/tools/podentr deleted file mode 100755 index 13ab4a8..0000000 --- a/.scripts/tools/podentr +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# entr command to run `queueandnotify` when newsboat queue is changed - -[ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit - -echo ~/.local/share/newsboat/queue | entr -p queueandnotify 2>/dev/null -- cgit v1.3.1