Ai
1 Star 0 Fork 0

天高云淡/31_study_projs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_clone.sh 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
天高云淡 提交于 2023-10-30 17:02 +08:00 . 初始化
#!/bin/bash
##c,socket,https://beej.us/guide/bgnet/
git clone https://github.com/beejjorgensen/bgnet.git
git clone https://github.com/OpenBB-finance/OpenBBTerminal.git
git clone https://github.com/ByteByteGoHq/system-design-101.git
git clone github.com/Pythagora-io/gpt-pilot.git
git clone https://github.com/bagder/everything-curl.git
git clone https://github.com/iovisor/bpftrace.git
git clone https://github.com/videolan/vlc.git
### https://github.com/aristocratos/bashtop
## git clone https://github.com/aristocratos/bashtop.git
git clone https://github.com/Meituan-Dianping/SQLAdvisor.git
git clone https://github.com/xxxserxxx/gotop.git
git clone https://github.com/kevwan/tproxy.git
git clone https://github.com/sjlleo/nexttrace
echo "源码下载完毕"
rm -rf $(find ./ -name '.git')
echo "已删除.git"
git clone https://gitee.com/linux2014/31_study_projs.git
mv 31_study_projs/.git ./
rm -rf 31_study_projs
echo "下载到31_study_projs的.git"
##git push --set-upstream origin master
git add -A;git commit -m '初始化';git push
echo "初始化完毕"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/linux2014/31_study_projs.git
git@gitee.com:linux2014/31_study_projs.git
linux2014
31_study_projs
31_study_projs
master

搜索帮助