1 Star 0 Fork 1

ysl/underactuated-2020

forked from eric/underactuated-2020 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
update.cgi 272 Bytes
一键复制 编辑 原始数据 按行查看 历史
Russ Tedrake 提交于 2019-04-06 07:44 . update.cgi +x
#!/usr/bin/perl
use strict;
use warnings;
use CGI;
my $r = new CGI;
print $r->header();
print "pulling repo...<br/>";
system 'git fetch origin && git reset --hard origin/master';
system 'git submodule update --init --recursive';
print "<br/>done.";
print $r->end_html;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/publiagent123/underactuated-2020.git
[email protected]:publiagent123/underactuated-2020.git
publiagent123
underactuated-2020
underactuated-2020
master

搜索帮助