diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 18:02:25 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2023-10-25 18:02:25 -0400 |
commit | cb1a51092d12db12f7ba29e57daed6d64b311d38 (patch) | |
tree | 3c4e0bf555d079b9bc4f04889aa2cc6bb4f91255 /.local/bin/podentr | |
parent | 6312ef191a9ab7466ec72bb3aba7138816062c2f (diff) |
More cleanup
Diffstat (limited to '.local/bin/podentr')
-rwxr-xr-x | .local/bin/podentr | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/bin/podentr b/.local/bin/podentr deleted file mode 100755 index a0997ba..0000000 --- a/.local/bin/podentr +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -# entr command to run `queueandnotify` when newsboat queue is changed - -# [ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit -echo /home/master/.local/share/newsboat/queue | entr -p $SCRIPTS/handling/pod-dl 2>/dev/null & |