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