- Implement CS2 min-cost-flow adaptor and generalize common min-cost-flow stuff
[match/match.git] / program / show-graph
diff --git a/program/show-graph b/program/show-graph
deleted file mode 100755 (executable)
index 09133e5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-set -e
-echo "Paste the escaped graphviz string from ghci."
-IFS='' read -r egvinput
-eval "echo \$'$egvinput'" | dot -Tps -o thegraph.ps
-go thegraph.ps