summaryrefslogtreecommitdiff
path: root/shell-scripts
diff options
context:
space:
mode:
authorMike Vink <>2023-04-20 00:10:41 +0200
committerMike Vink <>2023-04-20 00:10:41 +0200
commit5b0c261e238a0a6bad1ce6feb2f1ad3537a97936 (patch)
treef9971593c61f976cb25238f424710b72c01f3f8c /shell-scripts
parent78ece59a6edadf3b1b345fd0c7255a66eccb4343 (diff)
fixup
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