GNU grep searches one or more input files for lines containing a match to a specified pattern. By default, grep outputs the matching lines.
Grep can be built build for Windows, using the mingw64 toolset. Rather than building direct on a Windows host, cross-compilation on Fedora Linux is far easier, as Fedora provides []prebuilt binaries](https://fedoraproject.org/wiki/MinGW/Tutorial) for both the mingw64 toolset and many of the supporting libraries needed by tools like grep.
This project is simply a script to build grep, along with CI infrastructure to publish the resulting binaries.