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