Hash : 0857e5e4 Author : Date : 2018-04-01T13:48:45
Download
1 2 3 4 5 6 7 8
#!/bin/sh # requires zlib-flate which is part of the qpdf package: pkg_add qpdf if [ "$1" != "" ]; then zlib-flate -uncompress < "$1" else zlib-flate -uncompress fi