1 Star 0 Fork 2

younland/unioffice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update-godoc.sh 218 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ajianzhenshuai 提交于 2023-03-24 15:08 . unioffice v1.4.0
#!/bin/bash
for file in `find . -type d -not -ipath "*git*" -print`; do
url=`echo $file | sed 's#^.#https://godoc.org/github.com/Esword618/unioffice#'`
echo $url
curl -s $url -o /dev/null
sleep 10
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/younland/unioffice.git
git@gitee.com:younland/unioffice.git
younland
unioffice
unioffice
main

搜索帮助