mirror of
https://github.com/araxiaonline/WoWDBDefs.git
synced 2026-06-13 11:42:48 -04:00
8 lines
222 B
Bash
Executable File
8 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
|
|
./dump_relations.py \
|
|
--definitions ../../definitions/ \
|
|
$(ls ../../definitions/*Visual* ../../definitions/*Model* \
|
|
| sed -e 's,../../definitions/,--only ,' -e 's,.dbd$,,') \
|
|
| dot -Tpdf > t.pdf
|