This will help keep READMEs in sync with code. Also adds a README for the add example. Updates #14
4 lines
56 B
Bash
Executable File
4 lines
56 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
find . -name '*.md' | xargs embedmd -w
|