parent
98cc22a067
commit
2e2674e516
@ -1,6 +1,7 @@
|
|||||||
```bash
|
```bash
|
||||||
grep -REl '^/?\*' src | while read f ; do
|
grep -REl '^/?\*' src | while read f ; do
|
||||||
echo -e "<hr/>\nhttps://git.jhodges.co.uk/jhodges/GiteaBot-examples/src/branch/master/$f\n\`\`\`plain";
|
echo -e "----\n###[$f](https://git.jhodges.co.uk/jhodges/GiteaBot-examples/src/branch/master/$f)\n"
|
||||||
|
echo "\`\`\`plain";
|
||||||
grep -E '^/?\*' "$f"; echo "\`\`\`";
|
grep -E '^/?\*' "$f"; echo "\`\`\`";
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user