From: Anders Date: Mon, 13 Apr 2015 15:01:30 +0000 (+0200) Subject: Add dependency graph script X-Git-Url: https://git.ak3n.com/?a=commitdiff_plain;h=c847e2a0e5d67580d26847233401ebdd7a450b2c;p=cubicaltt.git Add dependency graph script --- diff --git a/graph b/graph new file mode 100755 index 0000000..31d9b3d --- /dev/null +++ b/graph @@ -0,0 +1 @@ +(echo "digraph {"; grep import *ctt | sed 's/\(.*\).ctt:import \([a-zA-Z]*\)/\2 -> \1/'; echo "}") | dot -Tpng > graph.png \ No newline at end of file