4 Star 7 Fork 3

ecitmaths / ifem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ifemdoc.command 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
rsync -av --exclude ".git/" ~/Dropbox/Math/Programming/GitHub/ifem/ ~/Dropbox/Math/Programming/ifem/
cd ~/Dropbox/Math/Programming/ifem/
./hgifemdoc.command
rsync -av --exclude ".hg/" ~/Dropbox/Math/Programming/ifem/ifemdoc/ ~/Dropbox/Math/Programming/GitHub/ifem/ifemdoc/
cd ~/Dropbox/Math/Programming/GitHub/ifem/
git add ifemdoc/;
git commit;
git pull;
git push;
rsync -av —delete -e ssh --progress ~/Dropbox/Math/Programming/ifem/ifemdoc/ ~/Dropbox/Sites/public_html/ifemdoc/
rsync -av --delete -e ssh --progress ~/Dropbox/Sites/public_html/ chenlong@home.ps.uci.edu:public_html/
Matlab
1
https://gitee.com/ecitmaths/ifem.git
git@gitee.com:ecitmaths/ifem.git
ecitmaths
ifem
ifem
master

搜索帮助