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