annotate bin/qpdf_check @ 175:d123ef7fdb82

working on implementing types and parts: 1, 2, 4 working, 3 not
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 03 Jul 2023 18:16:14 +0100
parents 906b3b0b028d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
118
551ff1de13d8 qpdf needs LD_LIB_PATH
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 #!/usr/bin/bash
124
906b3b0b028d fix path to qpdf
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 118
diff changeset
2 /lustre/home/dc007/hst/bin/qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null