solana/storage-bigtable/build-proto/build.sh

11 lines
158 B
Bash
Raw Normal View History

2020-07-20 08:55:27 -07:00
#!/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