diff options
Diffstat (limited to '.local/bin/newsboat-notif')
-rwxr-xr-x | .local/bin/newsboat-notif | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif index 9962fa2..ad15c70 100755 --- a/.local/bin/newsboat-notif +++ b/.local/bin/newsboat-notif @@ -11,4 +11,4 @@ # == ================ # ===================== -[ $1 -gt 0 ] && exec herbe " $@ new articles" +[ $1 -gt 0 ] && exec herbe " $@ new articles" & |