mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 23:27:22 +01:00
6 lines
221 B
Bash
Executable file
6 lines
221 B
Bash
Executable file
#!/bin/sh
|
|
|
|
dot -Tpng -o node-variants.png node-variants.dot
|
|
dot -Tpng -o skip-skip.png skip-skip.dot
|
|
dot -Tpng -o traversal-example.png traversal-example.dot
|
|
dot -Tpng -o unbalanced-hash-tree.png unbalanced-hash-tree.dot
|