diff options
Diffstat (limited to 'tests/testgraph.sh')
| -rwxr-xr-x | tests/testgraph.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testgraph.sh b/tests/testgraph.sh new file mode 100755 index 0000000..c63ab72 --- /dev/null +++ b/tests/testgraph.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cat - | gvpack -u > graph.dot +dot -Goverlap=scale -Tpdf -o out.pdf graph.dot +evince out.pdf |