Fix compile-protos.sh interpreter (#645)
This script is not sh and it fails to run under some OSes:
$ ./compile-protos.sh
./compile-protos.sh: 8: Syntax error: "(" unexpected
Using bash as the interpreter fixes the problem.Protocol Buffers (protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
This repository is home to packages related to protobuf for Dart. It contains: