diff options
| author | Franklin Wei <me@fwei.tk> | 2018-11-11 21:23:31 -0500 |
|---|---|---|
| committer | Franklin Wei <me@fwei.tk> | 2018-11-11 21:23:31 -0500 |
| commit | b79dbbe6f8514469c07695a6f85e555332e56ca1 (patch) | |
| tree | 745c925d7018727071e06768ce563008cf53e6b5 /testgraph.sh | |
| download | circgraph-b79dbbe6f8514469c07695a6f85e555332e56ca1.zip circgraph-b79dbbe6f8514469c07695a6f85e555332e56ca1.tar.gz circgraph-b79dbbe6f8514469c07695a6f85e555332e56ca1.tar.bz2 circgraph-b79dbbe6f8514469c07695a6f85e555332e56ca1.tar.xz | |
Initial commit
A mostly functional proof-of-concept
Diffstat (limited to 'testgraph.sh')
| -rwxr-xr-x | testgraph.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testgraph.sh b/testgraph.sh new file mode 100755 index 0000000..f184db9 --- /dev/null +++ b/testgraph.sh @@ -0,0 +1,4 @@ +#!/bin/bash +cat - | gvpack -u > graph.dot +dot -Tpdf -o out.pdf graph.dot +evince out.pdf |