Add modgraph script

This commit is contained in:
Julian Ospald 2021-10-05 21:38:07 +02:00
parent 1c770aad58
commit c4991425ab
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 4 additions and 0 deletions

4
scripts/dev/modgraph.sh Executable file
View File

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