comparison bin/qpdf_check @ 124:906b3b0b028d

fix path to qpdf
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Mon, 28 Jun 2021 17:16:34 +0000
parents 551ff1de13d8
children
comparison
equal deleted inserted replaced
123:5b0ec642ee9b 124:906b3b0b028d
1 #!/usr/bin/bash 1 #!/usr/bin/bash
2 qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null 2 /lustre/home/dc007/hst/bin/qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null