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