diff options
author | joe <rbo@gmx.us> | 2025-10-05 16:31:12 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-05 16:31:12 +0200 |
commit | 197e9691db69bce004125d1bf4e70b18bb6a5788 (patch) | |
tree | e17ad5d0d53fd14bb25277b9c5db9ff688c596b9 /.local/bin/newsboat-notif | |
parent | up (diff) | |
download | dotfiles-bsd-197e9691db69bce004125d1bf4e70b18bb6a5788.tar.gz dotfiles-bsd-197e9691db69bce004125d1bf4e70b18bb6a5788.tar.bz2 dotfiles-bsd-197e9691db69bce004125d1bf4e70b18bb6a5788.tar.xz dotfiles-bsd-197e9691db69bce004125d1bf4e70b18bb6a5788.tar.zst dotfiles-bsd-197e9691db69bce004125d1bf4e70b18bb6a5788.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/newsboat-notif | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.local/bin/newsboat-notif b/.local/bin/newsboat-notif deleted file mode 100755 index ad15c70..0000000 --- a/.local/bin/newsboat-notif +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# ===================== -# ==== =============== -# ===================== -# === === ==== == -# ==== == == = = -# ==== == = == = -# ==== == = == ==== -# ==== == = == = = -# = = === ==== == -# == ================ -# ===================== - -[ $1 -gt 0 ] && exec herbe " $@ new articles" & |