mdb/dep-graph.sh

6 lines
73 B
Bash
Raw Normal View History

2023-11-15 11:29:33 +00:00
#!/bin/bash
godepgraph -s . > .deps.dot && xdot .deps.dot
rm .deps.dot