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

13 lines
199 B
Bash
Raw Normal View History

2020-07-20 08:55:27 -07:00
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
cargo="$(readlink -f "../../cargo")"
2020-07-20 08:55:27 -07:00
if [[ ! -d googleapis ]]; then
git clone https://github.com/googleapis/googleapis.git
fi
exec "$cargo" run