Mercurial > hg > cc > cirrus_home
view bin/qpdf_check @ 188:0c5422df3a67
runs, but no cdx yet, because no value.content I presume
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Mon, 23 Sep 2024 19:18:36 +0100 |
| parents | 906b3b0b028d |
| children |
line wrap: on
line source
#!/usr/bin/bash /lustre/home/dc007/hst/bin/qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null
