Skip to content

Instantly share code, notes, and snippets.

@aarthiathi
Created April 17, 2017 14:34
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 aarthiathi/7f9b1867e7cbbae90bbc1bd95ac0a8e4 to your computer and use it in GitHub Desktop.
Save aarthiathi/7f9b1867e7cbbae90bbc1bd95ac0a8e4 to your computer and use it in GitHub Desktop.
Command to create multiple directories
// Setting up the Album module one line command
// Mac operating system
MAMP
Step 1
cd /Applications/MAMP/htdocs/zend/module
Step 2
sudo mkdir -p Album/{/config,/src/{/Controller,/Form,/Model},/view/album/album}
Step 3
Check the output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment