* gunzip.in, zcat.in, zcmp.in, zegrep.in, zfgrep.in: New files.
[debian/gzip] / gunzip.in
1 #!/bin/sh
2 PATH=BINDIR:$PATH
3 exec gzip -d "$@"