Created
May 8, 2014 20:17
-
-
Save jpschwinghamer/b24217cd4953d7ba9780 to your computer and use it in GitHub Desktop.
Make directory and cd to it
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
mkgo (){ | |
mkdir $1 && cd $1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment