From c6e69e96421ebf192eb6de537324e269e7bfda78 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 19 May 2019 20:05:14 -0400 Subject: massive cleanup --- .local/bin/tools/podentr | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .local/bin/tools/podentr (limited to '.local/bin/tools/podentr') diff --git a/.local/bin/tools/podentr b/.local/bin/tools/podentr deleted file mode 100755 index 13ab4a8..0000000 --- a/.local/bin/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