diff options
| author | Mike Vink <> | 2023-04-20 00:10:41 +0200 |
|---|---|---|
| committer | Mike Vink <> | 2023-04-20 00:10:41 +0200 |
| commit | 5b0c261e238a0a6bad1ce6feb2f1ad3537a97936 (patch) | |
| tree | f9971593c61f976cb25238f424710b72c01f3f8c /shell-scripts | |
| parent | 78ece59a6edadf3b1b345fd0c7255a66eccb4343 (diff) | |
fixup
Diffstat (limited to 'shell-scripts')
| -rwxr-xr-x | shell-scripts/news | 2 |
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 |
