graph bsp tree with dot

This commit is contained in:
kleph 2022-01-18 00:38:21 +01:00
parent 4be382798d
commit bf2c9a5c65

4
graph_map.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
graph_name=bsp
dot -Tpng ${graph_name}.dot -o ${graph_name}.png && gqview ${graph_name}.png