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