From b79dbbe6f8514469c07695a6f85e555332e56ca1 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 11 Nov 2018 21:23:31 -0500 Subject: Initial commit A mostly functional proof-of-concept --- testgraph.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 testgraph.sh (limited to 'testgraph.sh') 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 -- cgit v1.1