From fdc498db3af5cb36765cf5f0da6296a4033b91b7 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 12 Mar 2019 12:23:10 -0400 Subject: Add documentation --- tests/testgraph.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 tests/testgraph.sh (limited to 'tests/testgraph.sh') 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 -- cgit v1.1