Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
biocyberman committed Sep 19, 2018
0 parents commit b55e2a4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Structure of this repo:

Files and directories are organized in this pattern:

```text
<yymmdd>_<ShortTopicTitle>/{presentation/[*.md,*.pdf,*.pptx,...],
codelabs/[example1, example2,..]}}
```

For example, this bash command creates directory structure for "Benchmarking" topic:

```bash

mkdir -p $(date +%y%m%d)_Benchmarking/{presentation,codelabs}

```


0 comments on commit b55e2a4

Please sign in to comment.