commit 8206659c8c77b127d27ec19862ebea0c40418637 parent 14df8156ef6c6ae8c42a409c04b4b19431ae9894 Author: Tomas Hlavaty <tom@logand.com> Date: Sat, 22 Jan 2011 14:22:46 +0100 postfeed allows comments Diffstat:
M | postfeed.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/postfeed.sh b/postfeed.sh @@ -1,2 +1,2 @@ #!/bin/sh -cat ~/.w3mail/feed | xargs -n1 ./rss2links.sh | grep -v '^$' >>~/.w3mail/in +cat ~/.w3mail/feed | grep -v '^#' | xargs -n1 ./rss2links.sh | grep -v '^$' >>~/.w3mail/in