1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-30 07:38:58 +01:00
MadelineProto/tools/fix_docs.sh

5 lines
131 B
Bash
Raw Normal View History

2022-10-08 14:10:04 +02:00
#!/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