mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 15:57:47 +01:00
5 lines
131 B
Bash
5 lines
131 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
find docs/ -name '*.md' -exec sed 's/\.md/\.html/g' -i {} +
|
||
|
sed 's:(danog:(/PHP/danog:g' -i docs/docs/PHP/index.md
|