diff --git a/Misc./dot.dot b/Misc./dot.dot new file mode 100644 index 0000000..41a0c62 --- /dev/null +++ b/Misc./dot.dot @@ -0,0 +1,8 @@ +// @BAKE dot -Tpng $@ -o $*.png +digraph G { + subgraph cluster_0 { + label = "Graphviz"; + dot; + other_stuff; + } +}