parity-zcash/tools/draw_graph.sh

5 lines
113 B
Bash
Executable File

#!/bin/bash
cargo graph --build-shape box --build-line-style dashed > graph.dot
dot -Tpng > graph.png graph.dot