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