Files
voidrice/.local/bin/podentr
2020-02-08 18:43:37 -05:00

8 lines
210 B
Bash
Executable File

#!/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