podentr (217B)
1 #!/usr/bin/env sh 2 # entr command to run `queueandnotify` when newsboat queue is changed 3 4 [ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit 5 6 echo ~/.local/share/newsboat/queue | entr -p queueandnotify 2>/dev/null
dotfilesbeau's configuration files | |
git clone https://git.beauhilton.com/dotfiles.git | |
Log | Files | Refs | README |