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