Skip to content

Instantly share code, notes, and snippets.

@samwx
Created October 22, 2019 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samwx/6a8aa4ab1ddaeda5709c3af802c1e248 to your computer and use it in GitHub Desktop.
Save samwx/6a8aa4ab1ddaeda5709c3af802c1e248 to your computer and use it in GitHub Desktop.
Create a folder and enter it
function mkd() {
mkdir -p "$@" && cd "$_";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment