Ai
1 Star 0 Fork 0

天高云淡/32_network_projs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_clone.sh 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
天高云淡 提交于 2023-11-20 14:08 +08:00 . webserver
#!/bin/bash
## https://www.oschina.net/p/HuatuoGPT
##git clone git@gitee.com:mirrors/HuatuoGPT.git
## https://www.oschina.net/p/neutrino-proxy
git clone git@gitee.com:dromara/neutrino-proxy.git
git clone https://github.com/jpr5/ngrep.git
git clone https://github.com/alphaSeclab/awesome-network-stuff.git
git clone https://github.com/EONRaider/Packet-Sniffer.git
git clone https://github.com/txthinking/brook.git
git clone https://github.com/1uvu/PacketKit.git
git clone https://github.com/qinguoyi/TinyWebServer.git
git clone https://github.com/yuesong-feng/30dayMakeCppServer.git
git clone https://github.com/ipkn/crow.git
git clone https://github.com/linyacool/WebServer.git linyacool/WebServer
git clone https://github.com/imarvinle/WebServer.git imarvinle/WebServer
git clone https://github.com/qinguoyi/TinyWebServer.git qinguoyi/TinyWebServer
git clone https://github.com/rongweihe/WebServer.git rongweihe/WebServer/
git clone https://github.com/linw7/TKeed.git
echo "源码下载完毕"
rm -rf $(find ./*/ -name '.git')
echo "已删除.git"
git clone https://gitee.com/linux2014/32_network_projs.git
mv 32_network_projs/.git ./
rm -rf 32_network_projs
echo "下载到32_network_projs的.git"
git add -A;git commit -m '初始化';git push
echo "初始化完毕"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux2014/32_network_projs.git
git@gitee.com:linux2014/32_network_projs.git
linux2014
32_network_projs
32_network_projs
master

搜索帮助