mirror of
https://github.com/boostorg/hof.git
synced 2026-01-19 04:12:13 +00:00
4 lines
143 B
Bash
Executable File
4 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat src/index.md src/building.md | sed -e 's,\](\(.*\)\.md),](http://pfultz2.github.io/Fit/doc/html//en/latest/\1/index.html\),g'
|