Mercurial > hg > cc > cirrus_home
view bin/qpdf_check @ 159:c3c3dd60b8a8
demo of slurm usage using cdx2tsv.py
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Wed, 06 Jul 2022 18:07:34 +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