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'
|