Add build-proto

This commit is contained in:
Michael Vines
2020-07-20 08:55:27 -07:00
parent faa016e4b7
commit c31e1f5bf0
6 changed files with 388 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
if [[ ! -d googleapis ]]; then
git clone https://github.com/googleapis/googleapis.git
fi
exec cargo run