mirror of
https://github.com/boostorg/hof.git
synced 2026-01-31 20:22:11 +00:00
4 lines
153 B
Bash
Executable File
4 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat src/index.md src/quickstart.md src/requirements.md | sed -e 's,\](\(.*\)\.md),](http://fit.readthedocs.org/en/latest/\1/index.html\),g'
|