portable: initial Linux compilation
[got-portable.git] / util / uncompress-loose-object.sh
blob01e5a1d9194487f5520140ba26cb17db4944406d
1 #!/bin/sh
2 # requires zlib-flate which is part of the qpdf package: pkg_add qpdf
4 if [ "$1" != "" ]; then
5 zlib-flate -uncompress < "$1"
6 else
7 zlib-flate -uncompress
8 fi