Created
June 10, 2014 16:06
-
-
Save kennonb/128ead84cd83520fa59a to your computer and use it in GitHub Desktop.
Symlink ~/Sites to another Volume
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
sudo mv ~/Sites ~/Sites.old | |
ln -s <Volume Path> Sites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment