Is it possible to invoke the protoc on all the files at once?
I know that I can invoke the protoc with several files in the command line, but I need a way to do this from a file containing a list of all files.
Hi there, did you ever end up writing a script for this?