- Timestamp:
- Apr 4, 2012, 12:30:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/batch/amendements/compute_latest_loi.sh
r2648 r2649 7 7 perl download_amendements_loi.pl $loi > /tmp/download_amendements.log 8 8 9 10 for file in html/*; do 11 12 if grep "$(md5sum $file | sed 's/ .*//')" disabled.list > /dev/null 2>&1; 13 then 14 rm $file; 15 continue; 16 fi 17 9 for file in html/*; do 18 10 fileout=$(echo $file | sed 's/html/json/' | sed 's/\.asp/\.xml/') 19 11 perl cut_amdmt.pl $file > $fileout
Note: See TracChangeset
for help on using the changeset viewer.