openblocks/tools/incltree.sh

5 lines
No EOL
134 B
Bash
Executable file

#!/usr/bin/bash
(cd core/src; cinclude2dot --paths > /tmp/tree.dot)
dot -Tsvg /tmp/tree.dot -o /tmp/tree.svg
inkscape /tmp/tree.svg &