#!/bin/bash

for i in {0..27}
do
  ii=$(printf "%03d" $i)
  wget http://www.statmt.org/paracrawl-benchmarks/doc-set-hu.part$ii.tar
done
