diff options
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 |