mirror of
https://codeberg.org/SeedDMS/paperless
synced 2025-02-06 06:55:28 +00:00
6 lines
117 B
Bash
Executable File
6 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ./credentials
|
|
|
|
curl -L --silent "${URL}/fetch/doc/23311" -H "Authorization: ${AUTH}" --output 23311.pdf
|