#!/gnu/store/03zjklzb1jr6v9p4zpy5c0p9k6h1c54y-bash-4.3.42/bin/bash
bindir='/gnu/store/h5cfapyxjpbdiy0xldbm3f4mncrc3wp5-gzip-1.6/bin'
case $1 in
--__bindir) bindir=${2?}; shift; shift;;
esac
PATH=$bindir:$PATH
exec zgrep --__bindir "$bindir" -F "$@"
