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