echo 'digraph { "Heavy D" -> "Lucky Glauber" [taillabel = "Teammate of"] "Brian Battler" -> "Lucky Glauber" [taillabel = "Teammate of"] "Lucky Glauber" -> "Heavy D" [taillabel = "Teammate of"] "Brian Battler" -> "Heavy D" [taillabel = "Teammate of"] "Lucky Glauber" -> "Brian Battler" [taillabel = "Teammate of"] "Heavy D" -> "Brian Battler" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg