Skip to content
Snippets Groups Projects
create_png.sh 91 B
#/bin/bash

cd $(dirname $0)
./../../bin/gen_diagram
dot -Tpng network.dot -o network.png