mdb/dep-graph.sh

6 lines
73 B
Bash
Executable File

#!/bin/bash
godepgraph -s . > .deps.dot && xdot .deps.dot
rm .deps.dot