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