From 3aafee847111420dbcd6d44c580393f4ce40c1c3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 20 Feb 2022 17:42:18 +0300 Subject: [PATCH] Print newly created feed --- urls2feeds.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/urls2feeds.zsh b/urls2feeds.zsh index c7e97f1..486ba82 100755 --- a/urls2feeds.zsh +++ b/urls2feeds.zsh @@ -11,5 +11,6 @@ while read url ; do [[ -e $dir ]] && continue || : mkdir -p $dir/{cur,new,tmp} # make it maildir echo "$url" > $dir/url + print $dir done for dir (feeds/*) [[ $seen[$dir] -eq 1 ]] || print disappeared: $dir -- 2.44.0