Files
aliyun-openapi-cpp-sdk/tools/generate_local_endpoints.sh
2019-03-08 14:05:32 +08:00

8 lines
245 B
Bash
Executable File

#!/bin/bash
curl -fsSLO --compressed "https://raw.githubusercontent.com/aliyun/aliyun-openapi-python-sdk/master/aliyun-python-sdk-core/aliyunsdkcore/data/endpoints.json"
DIR=`pwd`
node convert_endpoints.js > $DIR/../core/src/LocalEndpoints.h