6 lines
192 B
Bash
6 lines
192 B
Bash
#!/usr/bin/env bash
|
|
|
|
# check if file exist: ./docs/src/README_template.md
|
|
# copy ./docs/src/README_template.md
|
|
# replace {md_table_of_content} by the table of content
|
|
# place it in ./README.md |