mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-03-11 00:15:33 +00:00
6 lines
117 B
Bash
6 lines
117 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
. ./credentials
|
||
|
|
||
|
curl -L --silent "${URL}/fetch/doc/23311" -H "Authorization: ${AUTH}" --output 23311.pdf
|