Update 04_4_download_der_metadaten.md

This commit is contained in:
Felix Lohmeier 2016-10-25 17:59:44 +02:00
parent 363008c6d9
commit 692c133a91
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ startRecord=1
counter=100
while [ "$counter" -le 1000 ] ; do
curl "${url}${startRecord}" > ${startRecord}-${counter}.picaxml
curl "${url}${startRecord}" > ${startRecord}-${counter}.marcxml
let counter=counter+100
let startRecord=startRecord+100
done