]> Sergey Matveev's repositories - feeder.git/blobdiff - urls2feeds.zsh
No parsing and explicit bad return code if download failed
[feeder.git] / urls2feeds.zsh
index c7e97f1248abf308d8d060c842ab7da2f733e670..486ba8217e06f48b83f8aea2781b230c1d20b33f 100755 (executable)
@@ -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