X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=zcat.in;fp=zcat.in;h=0ef85cf88e817c1f34b010b607d0846f27728c4a;hb=800deb09b422a73c1212233a93839a223ff59678;hp=0000000000000000000000000000000000000000;hpb=0d5a754ba8f2cc33e98d48d559f0ad6cd18a43a3;p=debian%2Fgzip diff --git a/zcat.in b/zcat.in new file mode 100644 index 0000000..0ef85cf --- /dev/null +++ b/zcat.in @@ -0,0 +1,3 @@ +#!/bin/sh +PATH=BINDIR:$PATH +exec gzip -cd "$@"