w3mail

program to send a web page by email
git clone https://logand.com/git/w3mail.git/
Log | Files | Refs | README | LICENSE

commit 954997f8407b5ed6e70a7828120cdf46215bc3ce
parent 8b5da9306a8a2be2449315b80dd43d4bf0ea21f5
Author: Tomas Hlavaty <tom@logand.com>
Date:   Sun, 16 Jan 2011 14:03:19 +0100

w3maild.sh added

Diffstat:
Aw3maild.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/w3maild.sh b/w3maild.sh @@ -0,0 +1 @@ +echo >~/.w3mail.in; tail -f ~/.w3mail.in | xargs -n1 -P20 w3mail 2>>~/.w3mail.log