#!/bin/sh
PATH=${GZIP_BINDIR-'/usr/bin'}:$PATH
exec zgrep -F "$@"
