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