From cfaef26e8718916adcc68fbfb63b15f2389b2cd2 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 6 Oct 2023 23:10:55 +0200 Subject: move all the files --- shell-scripts/news | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 shell-scripts/news (limited to 'shell-scripts/news') 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 -- cgit v1.2.3