Tag - branch -mainorigin/HEADorigin/gotwebdorigin/main- tag -0.90.80.720.710.700.70.690.680.670.660.650.640.630.620.610.600.60.590.580.570.560.550.540.530.520.510.500.50.490.480.470.460.450.440.430.420.410.400.40.390.380.370.360.350.340.330.320.310.300.30.290.280.270.260.250.240.230.220.210.200.20.190.180.170.160.150.140.130.120.110.100.1
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