mirror of
https://codeberg.org/SeedDMS/paperless
synced 2024-11-26 15:32:08 +00:00
8 lines
136 B
Bash
Executable File
8 lines
136 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./credentials
|
|
|
|
DOCID=22833
|
|
|
|
curl -L --silent "${URL}/fetch/doc/${DOCID}" -H "Authorization: ${AUTH}" --output ${DOCID}.pdf
|