view bin/qpdf_check @ 196:436c976ed27f

try to get -m working properly
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Tue, 22 Apr 2025 14:32:50 +0100
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