#!/bin/sh
PATH="/nix/store/44c243x0jpv587hmxrzl31pripa0f0j8-gzip-1.14/bin:$PATH"
exec zgrep -F "$@"
