diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 12:46:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-06-02 12:46:47 -0400 |
| commit | c4d6f4c027bb7e81093ec7c588f027de568e6bb6 (patch) | |
| tree | 92b550aa1c66b52661d01f92122715aa09fc706c /.local/bin/podentr | |
| parent | 87b0754319a00648cd20b7f013cc821868f6d25e (diff) | |
| parent | 0df700f504cedeac1ae354c650ea80b32ab7668c (diff) | |
| download | eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.gz eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.tar.zst eibhear-c4d6f4c027bb7e81093ec7c588f027de568e6bb6.zip | |
Merge branch 'chambln-refactor'
Diffstat (limited to '.local/bin/podentr')
| -rwxr-xr-x | .local/bin/podentr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/podentr b/.local/bin/podentr index 9a8313a..9454b07 100755 --- a/.local/bin/podentr +++ b/.local/bin/podentr @@ -2,6 +2,6 @@ # entr command to run `queueandnotify` when newsboat queue is changed -[ "$(pgrep -x $(basename $0) | wc -l)" -gt 2 ] && exit +[ "$(pgrep -x "$(basename "$0")" | wc -l)" -gt 2 ] && exit -echo ${XDG_DATA_HOME:-$HOME/.local/share}/newsboat/queue | entr -p queueandnotify 2>/dev/null +echo "${XDG_DATA_HOME:-$HOME/.local/share}"/newsboat/queue | entr -p queueandnotify 2>/dev/null |
