2 Star 3 Fork 2

毕升Office / api-deploy-arm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
read.sh 150 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiedan 提交于 2020-04-17 17:52 . init
#!/usr/bin/env bash
var=$(cat .config)
arr=()
for element in $var
do
arr[${#arr[*]}]=$element
#echo $element
done
echo ${arr[0]} ${arr[1]};
1
https://gitee.com/ibisheng/api-deploy-arm.git
git@gitee.com:ibisheng/api-deploy-arm.git
ibisheng
api-deploy-arm
api-deploy-arm
v3

搜索帮助