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