#!/bin/sh
PATH="/nix/store/d471xb7sfbah076s8rx02i68zpxc2r5n-gzip-1.14/bin:$PATH"
exec zgrep -E "$@"
