Created
October 10, 2015 13:22
-
-
Save volo1st/2de1a562f400d291738d to your computer and use it in GitHub Desktop.
Selective rSync
This file contains hidden or 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
#!/usr/bin/env bash | |
rsync -rv --include '*/' --include '*.js' --exclude '*' --prune-empty-dirs Source/ Target/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment