comparison bin/qpdf_check @ 118:551ff1de13d8

qpdf needs LD_LIB_PATH
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 16 Jun 2021 16:12:16 +0000
parents
children 906b3b0b028d
comparison
equal deleted inserted replaced
117:63898fde9751 118:551ff1de13d8
1 #!/usr/bin/bash
2 qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null