Skip to content

Instantly share code, notes, and snippets.

@maximkott
Created June 12, 2015 11:42
Show Gist options
  • Save maximkott/c504b8e13ebc8cb5fe72 to your computer and use it in GitHub Desktop.
Save maximkott/c504b8e13ebc8cb5fe72 to your computer and use it in GitHub Desktop.
Make dir and cd.
mkdir -p "$@" && cd "$_";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment