git ssb

0+

cel / ggscrape



Commit 806ab97eba21eba1b9b85de34dca1fbeb197f602

Create destination directory for mail downloads

Charles Lehner committed on 5/15/2015, 1:26:24 AM
Parent: 8d9fafc79d50d5d4ed0fecff578a818bfdfa1af4

Files changed

ggscrapechanged
ggscrapeView
@@ -141,8 +141,9 @@
141141 download_mails() {
142142 local start=$1
143143 local end=$2
144144
145 + mkdir -p "$dest_dir" || exit 1
145146 get_topics "$start" "$end" | while read topic_id topic_title; do
146147 download_messages $topic_id
147148 done
148149 }

Built with git-ssb-web