diff options
| author | Franklin Wei <me@fwei.tk> | 2019-03-12 12:23:10 -0400 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2019-03-12 12:23:10 -0400 |
| commit | fdc498db3af5cb36765cf5f0da6296a4033b91b7 (patch) | |
| tree | 64bfa2ceb6579f32f9bb8ce23be26dc04b59741c /testgraph.sh | |
| parent | 634066313810b6b19ce7f4248b4f39b662c4f6ce (diff) | |
| download | circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.zip circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.gz circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.bz2 circgraph-fdc498db3af5cb36765cf5f0da6296a4033b91b7.tar.xz | |
Add documentation
Diffstat (limited to 'testgraph.sh')
| -rwxr-xr-x | testgraph.sh | 4 |
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 |