#!/bin/sh
PATH="/nix/store/fnc43i0012b3l7lpbi3wzaj4wlgllv8h-gzip-1.12/bin:$PATH"
exec zgrep -F "$@"
