5 lines
112 B
Plaintext
Raw Permalink Normal View History

2022-11-19 18:13:40 -06:00
#!/usr/bin/sh
dot -Tpng graph_with_fw.dot > dependency-map-withfw.png
dot -Tpng graph.dot > dependency-map.png