61 Star 329 Fork 106

毕升Office/毕升Office一键部署

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
initTools.sh 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
dan 提交于 2019-12-17 21:38 . change tags
#!/usr/bin/env bash
if [ ! -n "$1" ] ;then
echo "初始化类型"
exit
fi
var=$(cat .config)
arr=()
for element in $var
do
arr[${#arr[*]}]=$element
done
echo ${arr[0]} ${arr[1]};
data=${arr[0]}
tag=${arr[1]}
bash init.sh $1 $tag $data $2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/ibisheng/deploy.git
[email protected]:ibisheng/deploy.git
ibisheng
deploy
毕升Office一键部署
v3

搜索帮助