graph bsp tree with dot
This commit is contained in:
parent
4be382798d
commit
bf2c9a5c65
1 changed files with 4 additions and 0 deletions
4
graph_map.sh
Executable file
4
graph_map.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
graph_name=bsp
|
||||
dot -Tpng ${graph_name}.dot -o ${graph_name}.png && gqview ${graph_name}.png
|
Loading…
Reference in a new issue