diff options
Diffstat (limited to '.local')
-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 |