mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
4 lines
80 B
Bash
4 lines
80 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
python generate_graph_data.py | dot -T png -o module-data-flow.png
|