Rules: grammer/spelling fixes contributed by `Longlinh`
[insidethebox.git] / dot.sh
blobe1f610f3cc378ca27fd2a48869da45bb595e753b
2 echo "digraph {"
3 grep -r . mods/*/depends.txt | sed 's/mods.//g ; s/.depends.txt:/ -\> /g ; s/?//g ; s/$/;/ '
4 echo "}"
5 ) | dot -Tsvg