Skip to content

Instantly share code, notes, and snippets.

@skatsuta
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save skatsuta/b03f451a55c285f9c30d to your computer and use it in GitHub Desktop.

Select an option

Save skatsuta/b03f451a55c285f9c30d to your computer and use it in GitHub Desktop.
mkdir and cd
mkdir -p $1 && cd $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment