echo 'digraph { "Guile" -> "Charlie Nash" [taillabel = "Partner of"] "M. Bison" -> "Charlie Nash" [taillabel = "Enemy 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"] "Chun-Li " -> "Guile" [taillabel = "Partner of"] "M. Bison" -> "Guile" [taillabel = "Enemy of"] }' | dot -Tsvg > output.svg