echo 'digraph { "Chun-Li " -> "Guile" [taillabel = "Partner of"] "M. Bison" -> "Guile" [taillabel = "Enemy of"] "Guile" -> "Chun-Li " [taillabel = "Partner of"] "M. Bison" -> "Chun-Li " [taillabel = "Enemy of"] "Vega " -> "Chun-Li " [taillabel = "Enemy of"] "Ken Masters" -> "Chun-Li " [taillabel = "Friend of#"] "Ryu" -> "Chun-Li " [taillabel = "Friend of#"] "Chun-Li " -> "M. Bison" [taillabel = "Enemy of"] "Charlie Nash" -> "M. Bison" [taillabel = "Enemy of"] "Guile" -> "M. Bison" [taillabel = "Enemy of"] "Ryu" -> "M. Bison" [taillabel = "Enemy of"] "Ken Masters" -> "M. Bison" [taillabel = "Enemy of"] "Vega " -> "M. Bison" [taillabel = "Master of"] "Balrog" -> "M. Bison" [taillabel = "Master of"] "Sagat" -> "M. Bison" [taillabel = "Master of"] "F.A.N.G" -> "M. Bison" [taillabel = "Master of"] "Juri Han" -> "M. Bison" [taillabel = "Master of"] }' | dot -Tsvg > output.svg