Mercurial > hg > cc > cirrus_home
view bin/qpdf_check @ 140:0a447db5cf1c
move to ec164.guest
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Tue, 19 Oct 2021 12:55:30 +0000 |
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