Added extract lines between two markers in file

This commit is contained in:
Dylan Araps
2018-06-18 11:25:25 +10:00
parent cd970ba99a
commit 10f6bf04bc

View File

@@ -945,7 +945,8 @@ extract() {
```shell ```shell
# Extract code blocks from MarkDown file. # Extract code blocks from MarkDown file.
extract ~/projects/pure-bash/README.md '```sh' '```' $ extract ~/projects/pure-bash/README.md '```sh' '```'
# Output here...
``` ```