summaryrefslogtreecommitdiff
path: root/shell-scripts/news
diff options
context:
space:
mode:
Diffstat (limited to 'shell-scripts/news')
-rwxr-xr-xshell-scripts/news2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-scripts/news b/shell-scripts/news
index a0ea004..097582b 100755
--- a/shell-scripts/news
+++ b/shell-scripts/news
@@ -1,5 +1,5 @@
#!@bash@/bin/bash
cat <(cat ~/.config/newsboat/urls) <(for url in $(env | grep NEWSBOAT_URL_); do
- printf '%s' ${url#NEWSBOAT_URL_*=}
+ printf '%s\n' ${url#NEWSBOAT_URL_*=}
done) > ~/.newsboat-urls
newsboat -u ~/.newsboat-urls