Remove randomMap and randomRep definitions (obsoleted by RandomizedMonad).
[match/match.git] / program / show-graph
CommitLineData
2e7d5426
MM
1#!/bin/bash
2set -e
3echo "Paste the escaped graphviz string from ghci."
4IFS='' read -r egvinput
5eval "echo \$'$egvinput'" | dot -Tps -o thegraph.ps
6go thegraph.ps