Skip to content

Instantly share code, notes, and snippets.

@sfate
Forked from indirect/aliases.sh
Created July 11, 2012 15:04
Show Gist options
  • Save sfate/3091000 to your computer and use it in GitHub Desktop.
Save sfate/3091000 to your computer and use it in GitHub Desktop.
Make and cd into a directory
# make and cd to a directory
function mcd {
mkdir -p "$@"
cd "$@"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment