默认提交
Showing
1 changed file
with
2 additions
and
2 deletions
sync.sh
100644 → 100755
1 | # chmod u+x sync.sh | 1 | # chmod u+x sync.sh |
2 | cp -R dist/* G:\\workspaceAll\\IdeaProjects\\wzhi | 2 | cp -R dist/* /Users/simonfung/simonfungc/work/workspace/git/vuejs/trimble-admin |
3 | 3 | ||
4 | cd G:\\workspaceAll\\IdeaProjects\\wzhi | 4 | cd /Users/simonfung/simonfungc/work/workspace/git/vuejs/trimble-admin |
5 | 5 | ||
6 | read -p "请输入commit提交的描述: " msg | 6 | read -p "请输入commit提交的描述: " msg |
7 | 7 | ... | ... |
-
Please register or sign in to post a comment