Mercurial > hg > cc > cirrus_home
view bin/qpdf @ 188:0c5422df3a67
runs, but no cdx yet, because no value.content I presume
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Mon, 23 Sep 2024 19:18:36 +0100 |
| parents | 660dc255542a |
| children |
line wrap: on
line source
#!/usr/bin/bash G=/lustre/home/dc007/hst/gentoo TF=/dev/shm/hst/xxx.pdf if [ "${!#}" = "-" ] then cat > $TF LD_LIBRARY_PATH=$G/usr/lib $G/usr/bin/qpdf "${@:1:${#}-1}" $TF else LD_LIBRARY_PATH=$G/usr/lib $G/usr/bin/qpdf "$@" fi
