Changeset 1297
- Timestamp:
- Aug 28, 2010, 4:34:37 PM (11 years ago)
- Location:
- cpc/trunk/project/batch/depute
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/batch/depute/download_deputes.pl
r1141 r1297 11 11 print "$file\n" if ($verbose); 12 12 $a->get($uri); 13 mkdir html unless -e "html/" ; 13 14 open FILE, ">:utf8", "html/$file"; 14 15 print FILE $a->content; -
cpc/trunk/project/batch/depute/parse_tous.sh
r1293 r1297 9 9 10 10 if [ ! -d out ] ; then mkdir out; fi 11 if [ ! -d html ] ; then mkdir html; fi 11 12 12 13 for d in html/* ;
Note: See TracChangeset
for help on using the changeset viewer.