Skip to content

Instantly share code, notes, and snippets.

@schleichardt
Created March 1, 2016 15:00
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 schleichardt/7f0d023b815206cb2a57 to your computer and use it in GitHub Desktop.
Save schleichardt/7f0d023b815206cb2a57 to your computer and use it in GitHub Desktop.
├── A
│ ├── A-1
│ │ ├── A-1-1
│ │ ├── A-1-2
│ │ └── A-1-3
│ ├── A-2
│ │ ├── A-2-1
│ │ ├── A-2-2
│ │ └── A-2-3
│ └── A-3
│ ├── A-3-1
│ ├── A-3-2
│ └── A-3-3
├── B
│ ├── B-1
│ │ ├── B-1-1
│ │ ├── B-1-2
│ │ └── B-1-3
│ ├── B-2
│ │ ├── B-2-1
│ │ ├── B-2-2
│ │ └── B-2-3
│ └── B-3
│ ├── B-3-1
│ ├── B-3-2
│ └── B-3-3
└── C
├── C-1
│ ├── C-1-1
│ ├── C-1-2
│ └── C-1-3
├── C-2
│ ├── C-2-1
│ ├── C-2-2
│ └── C-2-3
└── C-3
├── C-3-1
├── C-3-2
└── C-3-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment