# make.sh - make many word (tag) clouds # Eric Lease Morgan # April 10, 2010 - first cut; needs error checking echo 'Making dat files' ./mine-mail.pl ./mboxes/$1.mbox echo 'Making htm files' ./dat2cloud.pl author $1 authors.dat > $1-authors.htm ./dat2cloud.pl subject $1 subject-word-count.dat > $1-subject.htm ./dat2cloud.pl word $1 body-word-count.dat > $1-word.htm echo 'Done'