diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-10-06 23:10:55 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-10-06 23:10:55 +0200 |
| commit | cfaef26e8718916adcc68fbfb63b15f2389b2cd2 (patch) | |
| tree | 3989af4514d31d0a5cb89e8b96d51210ad7bf152 /shell-scripts/news | |
| parent | 654ec06ab6a885ea851c4cbf68d06a00b41b0e14 (diff) | |
move all the files
Diffstat (limited to 'shell-scripts/news')
| -rwxr-xr-x | shell-scripts/news | 5 |
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 |
