8 lines
78 B
Bash
8 lines
78 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
GRPC_VERSION=v1.38.1
|
|
GRPC_PATH=grpc-src
|
|
|
|
CJSON_VER=1.7.15
|