Ai
1 Star 0 Fork 31

machh03/RelayLive

forked from khwll/RelayLive 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
git_submodule_pull.bat 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
wlla 提交于 2020-09-23 11:27 +08:00 . 脚本错误
@echo off
set CurrentPath=%~dp0
echo update thirdparty/cjson
cd %CurrentPath%/thirdparty/cjson
git checkout master
git pull
echo update thirdparty/exosip
cd %CurrentPath%/thirdparty/exosip
git checkout master
git pull
echo update thirdparty/hiredis
cd %CurrentPath%/thirdparty/hiredis
git checkout master
git pull
echo update thirdparty/libcstl
cd %CurrentPath%/thirdparty/libcstl
git checkout master
git pull
echo update thirdparty/libffmpeg
cd %CurrentPath%/thirdparty/libffmpeg
git checkout master
git pull
echo update thirdparty/libmariadb
cd %CurrentPath%/thirdparty/libmariadb
git checkout master
git pull
echo update thirdparty/librabbitmq
cd %CurrentPath%/thirdparty/librabbitmq
git checkout master
git pull
echo update thirdparty/libuv
cd %CurrentPath%/thirdparty/libuv
git checkout master
git pull
echo update thirdparty/lua
cd %CurrentPath%/thirdparty/lua
git checkout master
git pull
echo update thirdparty/ocilib
cd %CurrentPath%/thirdparty/ocilib
git checkout master
git pull
echo update thirdparty/pugixml
cd %CurrentPath%/thirdparty/pugixml
git checkout master
git pull
echo update thirdparty/zlib
cd %CurrentPath%/thirdparty/zlib
git checkout master
git pull
echo update common/crypto
cd %CurrentPath%/common/crypto
git checkout master
git pull
echo update common/ludb
cd %CurrentPath%/common/ludb
git checkout master
git pull
echo update common/pm
cd %CurrentPath%/common/pm
git checkout master
git pull
echo update common/util
cd %CurrentPath%/common/util
git checkout master
git pull
echo update common/utilc
cd %CurrentPath%/common/utilc
git checkout master
git pull
echo update uvmodules/uvipc
cd %CurrentPath%/uvmodules/uvipc
git checkout master
git pull
echo update uvmodules/uvlogplus
cd %CurrentPath%/uvmodules/uvlogplus
git checkout master
git pull
echo update uvmodules/uvnetplus
cd %CurrentPath%/uvmodules/uvnetplus
git checkout master
git pull
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/machh03/RelayLive.git
git@gitee.com:machh03/RelayLive.git
machh03
RelayLive
RelayLive
master

搜索帮助