labytest/graph_map.sh

5 lines
104 B
Bash
Raw Permalink Normal View History

2022-01-18 00:38:21 +01:00
#!/bin/sh
graph_name=bsp
dot -Tpng ${graph_name}.dot -o ${graph_name}.png && gqview ${graph_name}.png