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