7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Make sur eto install zlib-flate from the qpdf package
|
||
|
# Works on unencrypted only
|
||
|
|
||
|
tail -c +25 "$1" | zlib-flate -uncompress | tar xvf -
|