Created
March 23, 2015 07:28
-
-
Save nedSaf/2108559906930fc8c81c to your computer and use it in GitHub Desktop.
Sync pantheon
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
#!/bin/bash | |
PANTHEON_DIR="/Library/WebServer/Documents/repo" | |
rm -rf $PANTHEON_DIR/profiles/pipeline | |
cp -R pipeline $PANTHEON_DIR/profiles/pipeline | |
rsync -avz --exclude '1' pipeline $PANTHEON_DIR/profiles/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment