Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.sh 255 Bytes
Copy Edit Raw Blame History
wangzhijun authored 2022-05-09 04:00 . update build.sh.
#!/bin/bash
# Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved.
# version V1.0
#
# used for build dcc entry
#
set -e
SCRIPTPATH=$(cd "$(dirname "$0")"; pwd)
cd ${SCRIPTPATH}/build/linux/opengauss
chmod +x build.sh
./build.sh "$@"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化