echo 'digraph { "M. Bison" -> "Juri Han" [taillabel = "Subordinate 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