Files
solana/storage-bigtable/build-proto/build.sh
Michael Vines c31e1f5bf0 Add build-proto
2020-08-05 14:27:12 -07:00

11 lines
158 B
Bash
Executable File

#!/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