Ai
2 Star 9 Fork 11

agoraio-community/API-Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package_script.sh 461 Bytes
一键复制 编辑 原始数据 按行查看 历史
cleven_zhao 提交于 2024-04-29 11:26 +08:00 . Dev/4.3.1 (#375)
http_proxy=http://10.10.114.51:1080 https_proxy=http://10.10.114.51:1080 pod install --repo-update
if [ $? -eq 0 ]; then
echo "pod success"
else
echo "pod failed"
exit 1
fi
script_path="$( cd "$(dirname "$0")" ; pwd -P )"
echo $script_path
current_datetime=$(date +'%Y-%m-%d_%H-%M-%S')
echo $current_datetime
project_name=$(echo $script_path | rev | cut -d'/' -f1 | rev)
echo $project_name
zip -ry ${1}_${project_name}_${current_datetime}.zip .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/agoraio-community/API-Examples.git
git@gitee.com:agoraio-community/API-Examples.git
agoraio-community
API-Examples
API-Examples
main

搜索帮助