diff options
author | joe <rbo@gmx.us> | 2025-10-05 14:19:28 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-05 14:19:28 +0200 |
commit | 7c4dd7330ee1ff14e6302ba6ff75f3fae4711ec2 (patch) | |
tree | 1ffbb6640b7845d20a8653e008500d81ac62e7f2 /.local/bin/newsboat-notif | |
parent | up (diff) | |
download | dotfiles-bsd-7c4dd7330ee1ff14e6302ba6ff75f3fae4711ec2.tar.gz dotfiles-bsd-7c4dd7330ee1ff14e6302ba6ff75f3fae4711ec2.tar.bz2 dotfiles-bsd-7c4dd7330ee1ff14e6302ba6ff75f3fae4711ec2.tar.xz dotfiles-bsd-7c4dd7330ee1ff14e6302ba6ff75f3fae4711ec2.tar.zst dotfiles-bsd-7c4dd7330ee1ff14e6302ba6ff75f3fae4711ec2.zip |
up
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" & |