Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # mkdir -p slim_bloggin_app/{app/{routes,views},public/{css,js,img}} && cd slim_bloggin_app && touch app/bootstrap.php app/routes.php public/index.php public/.htaccess
  2.  
  3. # tree -a
  4. .
  5. ├── .DS_Store
  6. ├── app
  7. │ ├── bootstrap.php
  8. │ ├── routes
  9. │ ├── routes.php
  10. │ └── views
  11. └── public
  12. ├── .htaccess
  13. ├── css
  14. ├── img
  15. ├── index.php
  16. └── js
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement