Skip to content

Instantly share code, notes, and snippets.

@davidh-raybeam
Created April 3, 2013 20:15
Show Gist options
  • Save davidh-raybeam/5304811 to your computer and use it in GitHub Desktop.
Save davidh-raybeam/5304811 to your computer and use it in GitHub Desktop.
make and change to a dir
# ...
mdcd () {
mkdir -p $1 && cd $1
}
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment