Meg's Code Collection
zigmod
about
branches
tags
log
tree
search
Search
zigmod
update_explain.sh
pretty
plain
permalink
blame
history
•
7 lines
•
209 B
1
#!/bin/sh
2
3
set -e
4
5
zigmod explain --format tree > __snapshots__/explain.tree.txt
6
zigmod explain --format mermaid > __snapshots__/explain.mermaid.txt
7
zigmod explain --format dot > __snapshots__/explain.dot.txt