Chromium Code Reviews| Index: bin/protoc-gen-dart |
| diff --git a/bin/protoc-gen-dart b/bin/protoc-gen-dart |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..7b398d0a4956910fce042e0b061e80a086bea7a1 |
| --- /dev/null |
| +++ b/bin/protoc-gen-dart |
| @@ -0,0 +1,2 @@ |
| +#!/bin/bash |
| +dart bin/protoc_plugin.dart -c "$@" |