mirror of
https://github.com/boostorg/hof.git
synced 2026-02-01 08:32:12 +00:00
4 lines
131 B
Bash
Executable File
4 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat src/index.md src/building.md | sed -e 's,\](\(.*\)\.md),](http://fit.readthedocs.org/en/latest/\1/index.html\),g'
|