2022-11-19 18:13:40 -06:00

5 lines
112 B
Bash
Executable File

#!/usr/bin/sh
dot -Tpng graph_with_fw.dot > dependency-map-withfw.png
dot -Tpng graph.dot > dependency-map.png