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