aboutsummaryrefslogtreecommitdiff
path: root/testgraph.sh
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2019-03-12 12:23:10 -0400
committerFranklin Wei <me@fwei.tk>2019-03-12 12:23:10 -0400
commitfdc498db3af5cb36765cf5f0da6296a4033b91b7 (patch)
tree64bfa2ceb6579f32f9bb8ce23be26dc04b59741c /testgraph.sh
parent634066313810b6b19ce7f4248b4f39b662c4f6ce (diff)
downloadcircgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.zip
circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.gz
circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.bz2
circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.xz
Add documentation
Diffstat (limited to 'testgraph.sh')
-rwxr-xr-xtestgraph.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/testgraph.sh b/testgraph.sh
deleted file mode 100755
index c63ab72..0000000
--- a/testgraph.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/bash
-cat - | gvpack -u > graph.dot
-dot -Goverlap=scale -Tpdf -o out.pdf graph.dot
-evince out.pdf