X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gunzip.in;fp=gunzip.in;h=9490f16a5278a40355eb6fce1bc1e0f41997425f;hb=800deb09b422a73c1212233a93839a223ff59678;hp=0000000000000000000000000000000000000000;hpb=0d5a754ba8f2cc33e98d48d559f0ad6cd18a43a3;p=debian%2Fgzip 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 "$@"