Delete podentr

This commit is contained in:
Vlad Doster 2020-04-07 00:51:40 -05:00 committed by GitHub
parent 091aa28dcc
commit 44b3b7d330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +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