Created
August 18, 2018 12:55
-
-
Save songlairui/2feaa8e1547d3414e3d7a11d10f3a6ec to your computer and use it in GitHub Desktop.
同步开发目录的webapp到paas-cli/node_modules目录下
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -v -r ../webapp/* ./webapp --exclude-from ../webapp/.gitignore --exclude=".git/*" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment