5 lines
112 B
Bash
Executable File
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
|