Ai
1 Star 0 Fork 0

天高云淡/47_lua_nginx_projs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_clone.sh 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
天高云淡 提交于 2024-01-08 21:15 +08:00 . 初始化
#!/bin/bash
##repo_arr=( https://github.com/powerdong/Music-player.git https://github.com/maxiaoqu/vue-blog.git )
##
##for repo in ${repo_arr[*]}
##do
## echo "${repo}"
## git clone ${repo}
##done
git clone https://github.com/openresty/openresty.git
git clone https://github.com/openresty/stream-lua-nginx-module.git
git clone https://github.com/osokin/ngx_http_redis.git
git clone https://github.com/openresty/lua-redis-parser.git
git clone https://github.com/openresty/redis2-nginx-module.git
git clone https://github.com/openresty/lua-upstream-nginx-module.git
git clone https://github.com/openresty/lua-nginx-module.git
git clone https://github.com/LuaDist/lua.git
git clone https://github.com/LuaJIT/LuaJIT.git
git clone https://github.com/Windower/Lua.git
git clone https://github.com/vinniefalco/LuaBridge.git
git clone https://github.com/Tencent/LuaPanda.git
git clone https://github.com/L3MON4D3/LuaSnip.git
git clone https://github.com/lunarmodules/luasocket.git
git clone https://github.com/yuin/gopher-lua.git
git clone https://github.com/loveshell/ngx_lua_waf.git
git clone https://github.com/facebookresearch/fairseq-lua.git
git clone https://github.com/luau-lang/luau.git
git clone https://github.com/ledgetech/lua-resty-http.git
git clone https://github.com/nvim-lualine/lualine.nvim.git
git clone https://github.com/Tencent/UnLua.git
git clone https://github.com/mpeterv/luacheck.git
git clone https://github.com/viruscamp/luadec.git
echo "源码下载完毕"
rm -rf $(find ./ -name '.git')
echo "已删除.git"
git clone https://gitee.com/linux2014/47_lua_nginx_projs.git
mv 47_lua_nginx_projs/.git ./
rm -rf 47_lua_nginx_projs
echo "下载到47_lua_nginx_projs的.git"
git add -A;git commit -m '初始化';git push
echo "初始化完毕"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux2014/47_lua_nginx_projs.git
git@gitee.com:linux2014/47_lua_nginx_projs.git
linux2014
47_lua_nginx_projs
47_lua_nginx_projs
master

搜索帮助