James 2019-09-07 10:48:22 +01:00
commit 98cc22a067

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