set DOCID

This commit is contained in:
Uwe Steinmann 2023-09-06 15:11:56 +02:00
parent 60bbc32f04
commit fb84b8d282

View File

@ -2,4 +2,6 @@
. ./credentials
curl -L --silent "${URL}/fetch/doc/23311" -H "Authorization: ${AUTH}" --output 23311.pdf
DOCID=22833
curl -L --silent "${URL}/fetch/doc/${DOCID}" -H "Authorization: ${AUTH}" --output ${DOCID}.pdf