#!/bin/sh
PATH="/nix/store/660k06nr64g3fqndivn6brmk8ly7ivdz-gzip-1.11/bin:$PATH"
exec zgrep -E "$@"
