33a81419da8621e52494686bd445936bda5b29b8fa61d4d6ff197bc8ca0a6bfb0d10a19ae9821e38362a9189d9844e563f1a8387dea6e88f8dec654e5af187 315 B

123456789101112
  1. usage: mkdirp [DIR1,DIR2..] {OPTIONS}
  2. Create each supplied directory including any necessary parent directories that
  3. don't yet exist.
  4. If the directory already exists, do nothing.
  5. OPTIONS are:
  6. -m, --mode If a directory needs to be created, set the mode as an octal
  7. permission string.