diff options
author | joe <rbo@gmx.us> | 2025-10-05 16:32:10 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-05 16:32:10 +0200 |
commit | 9af141080d8a721e98ef63ccfd9ea6133dcde3ae (patch) | |
tree | 853b1eecb004bc2eedc6fd98bf26e18edd4ef65f /.local/bin/ref_sfeed | |
parent | up (diff) | |
download | dotfiles-bsd-9af141080d8a721e98ef63ccfd9ea6133dcde3ae.tar.gz dotfiles-bsd-9af141080d8a721e98ef63ccfd9ea6133dcde3ae.tar.bz2 dotfiles-bsd-9af141080d8a721e98ef63ccfd9ea6133dcde3ae.tar.xz dotfiles-bsd-9af141080d8a721e98ef63ccfd9ea6133dcde3ae.tar.zst dotfiles-bsd-9af141080d8a721e98ef63ccfd9ea6133dcde3ae.zip |
up
Diffstat (limited to '.local/bin/ref_sfeed')
-rwxr-xr-x | .local/bin/ref_sfeed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/ref_sfeed b/.local/bin/ref_sfeed index 06593f3..3982bc9 100755 --- a/.local/bin/ref_sfeed +++ b/.local/bin/ref_sfeed @@ -4,5 +4,5 @@ pre=$(wc -l --total=only $XDG_DATA_HOME/sfeed/feeds/*) sfeed_update $XDG_CONFIG_HOME/sfeed/sfeedrc >/dev/null 2>1 post=$(wc -l --total=only $XDG_DATA_HOME/sfeed/feeds/*) if [ $post -gt $pre ]; then - exec herbe " $((post - pre)) new articles" & + exec herbe " $((post-pre)) new articles" & fi |