X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=gunzip.in;fp=gunzip.in;h=9490f16a5278a40355eb6fce1bc1e0f41997425f;hb=013796abf4c6be0bd130f541c0ece156156239c3;hp=0000000000000000000000000000000000000000;hpb=ce8afb6db89e58713e1758c1805abb5315b570ae;p=gzip diff --git a/gunzip.in b/gunzip.in new file mode 100644 index 0000000..9490f16 --- /dev/null +++ b/gunzip.in @@ -0,0 +1,3 @@ +#!/bin/sh +PATH=BINDIR:$PATH +exec gzip -d "$@"