Created
October 20, 2015 14:07
-
-
Save ricardobarantini/f2cd26752fba572856c6 to your computer and use it in GitHub Desktop.
Copy files from Homestead to another folder without vendor and node_modules folders
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
#!/bin/bash | |
rsync -av --exclude='*/node_modules/' --exclude='*/vendor/' --exclude='*/bower_components/' </path/from> </path/to> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment