]> git.cworth.org Git - gzip/blobdiff - zcat.in
Imported Debian patch 1.3.12-1
[gzip] / zcat.in
diff --git a/zcat.in b/zcat.in
new file mode 100644 (file)
index 0000000..0ef85cf
--- /dev/null
+++ b/zcat.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+PATH=BINDIR:$PATH
+exec gzip -cd "$@"