Skip to content

Instantly share code, notes, and snippets.

@johnbellone
Created May 16, 2010 15:58
Show Gist options
  • Save johnbellone/402955 to your computer and use it in GitHub Desktop.
Save johnbellone/402955 to your computer and use it in GitHub Desktop.
Useful bash Tidbits
mkcd()
{
mkdir -p "$*"
cd "$*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment