view bin/qpdf_check @ 135:a76cc0df2754

add usage/help info
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 14 Jul 2021 16:50: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