aboutsummaryrefslogtreecommitdiff
path: root/testgraph.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testgraph.sh')
-rwxr-xr-xtestgraph.sh4
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