From e71a68aebe5db57539a4ddcb55f62e57f56aae12 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 25 Sep 2007 15:47:10 +0000 Subject: Don't write intermediate .dot file. svn path=/scripts/graphviz-sql.sh; revision=1021 --- scripts/graphviz-sql.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/graphviz-sql.sh') diff --git a/scripts/graphviz-sql.sh b/scripts/graphviz-sql.sh index 7a7cc8e9..e52fda79 100644 --- a/scripts/graphviz-sql.sh +++ b/scripts/graphviz-sql.sh @@ -25,7 +25,6 @@ do s/\|\\}/}/g; s/{\n/{\n\tedge [arrowtail=none, arrowhead=crow];\n/; ' | - tee ${i%.sql}.dot | dot -Tps2 | ps2pdf - ${i%.sql}.pdf done -- cgit v1.2.3