commit
98cc22a067
6
Generate-Docs.md
Normal file
6
Generate-Docs.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
```bash
|
||||||
|
grep -REl '^/?\*' src | while read f ; do
|
||||||
|
echo -e "<hr/>\nhttps://git.jhodges.co.uk/jhodges/GiteaBot-examples/src/branch/master/$f\n\`\`\`plain";
|
||||||
|
grep -E '^/?\*' "$f"; echo "\`\`\`";
|
||||||
|
done
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user