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