Created
July 31, 2013 08:01
-
-
Save josh-taylor/6120182 to your computer and use it in GitHub Desktop.
Bash function so that I can change directory to any vhost using a short command
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
function s { | |
cd /Users/Josh/Server/vhosts/$1.dev/httpdocs | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment