Skip to content

Instantly share code, notes, and snippets.

@jpschwinghamer
Created May 8, 2014 20:17
Show Gist options
  • Save jpschwinghamer/b24217cd4953d7ba9780 to your computer and use it in GitHub Desktop.
Save jpschwinghamer/b24217cd4953d7ba9780 to your computer and use it in GitHub Desktop.
Make directory and cd to it
mkgo (){
mkdir $1 && cd $1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment