Skip to content

Instantly share code, notes, and snippets.

@yeahdongcn
Created October 15, 2016 05:52
Show Gist options
  • Save yeahdongcn/2fd11947523e70140b3184b8cf60db00 to your computer and use it in GitHub Desktop.
Save yeahdongcn/2fd11947523e70140b3184b8cf60db00 to your computer and use it in GitHub Desktop.
Shell: Create path if it doesn't exsit
# Create path if it doesn't exsit
mkdir -p ${DIR}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment