echo 'digraph { "Bankotsu" -> "Kyokotsu" [taillabel = "Teammate of"] "Jakotsu" -> "Kyokotsu" [taillabel = "Teammate of"] "Renkotsu" -> "Kyokotsu" [taillabel = "Teammate of"] "Bad Suikotsu" -> "Kyokotsu" [taillabel = "Teammate of"] "Mukotsu" -> "Kyokotsu" [taillabel = "Teammate of"] "Jakotsu" -> "Bankotsu" [taillabel = "Teamleader of"] "Renkotsu" -> "Bankotsu" [taillabel = "Teamleader of"] "Bad Suikotsu" -> "Bankotsu" [taillabel = "Teamleader of"] "Kyokotsu" -> "Bankotsu" [taillabel = "Teamleader of"] "Mukotsu" -> "Bankotsu" [taillabel = "Teamleader of"] "Bankotsu" -> "Renkotsu" [taillabel = "Teammate of"] "Jakotsu" -> "Renkotsu" [taillabel = "Teammate of"] "Bad Suikotsu" -> "Renkotsu" [taillabel = "Teammate of"] "Kyokotsu" -> "Renkotsu" [taillabel = "Teammate of"] "Mukotsu" -> "Renkotsu" [taillabel = "Teammate of"] "Bankotsu" -> "Jakotsu" [taillabel = "Teammate of"] "Renkotsu" -> "Jakotsu" [taillabel = "Teammate of"] "Bad Suikotsu" -> "Jakotsu" [taillabel = "Teammate of"] "Kyokotsu" -> "Jakotsu" [taillabel = "Teammate of"] "Mukotsu" -> "Jakotsu" [taillabel = "Teammate of"] "Bankotsu" -> "Bad Suikotsu" [taillabel = "Teammate of"] "Jakotsu" -> "Bad Suikotsu" [taillabel = "Teammate of"] "Renkotsu" -> "Bad Suikotsu" [taillabel = "Teammate of"] "Kyokotsu" -> "Bad Suikotsu" [taillabel = "Teammate of"] "Mukotsu" -> "Bad Suikotsu" [taillabel = "Teammate of"] "Good Suikotsu" -> "Bad Suikotsu" [taillabel = "Evil form of"] "Bankotsu" -> "Mukotsu" [taillabel = "Teammate of"] "Jakotsu" -> "Mukotsu" [taillabel = "Teammate of"] "Renkotsu" -> "Mukotsu" [taillabel = "Teammate of"] "Bad Suikotsu" -> "Mukotsu" [taillabel = "Teammate of"] "Kyokotsu" -> "Mukotsu" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg