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.
1 file changed
tree: ee6ccdb564bc6dd283bc42739e0d04f9736389ff
  1. .github/
  2. api_benchmark/
  3. protobuf/
  4. protoc_plugin/
  5. query_benchmark/
  6. tool/
  7. .gitignore
  8. analysis_options.yaml
  9. mono_repo.yaml
  10. README.md
README.md

Protobuf support for Dart

CI status pub package

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: