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