view bin/qpdf_check @ 3:6c772ae7fce2

for 2026
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 20 May 2026 16:51:56 +0100
parents 345f8b12fd2f
children
line wrap: on
line source

#!/bin/bash
qpdf --warning-exit-0 --suppress-recovery --check "$@" 2> >(egrep -v '^WARNING:' 1>&2) >/dev/null