Imported Upstream version 1.3.12
[debian/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 "$@"