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