Files
ghcup-hs/scripts/dev/modgraph.sh
2021-10-05 21:38:07 +02:00

5 lines
144 B
Bash
Executable File

#!/bin/sh
graphmod | tred | dot -Tsvg -Gsize=10,9\! > docs/modules_small.svg
graphmod | tred | dot -Tsvg -Gsize=15,9\! > docs/modules_wide.svg