echo 'digraph { "Ryu" -> "Akuma" [taillabel = "Rival of"] "Gouken" -> "Akuma" [taillabel = "Younger Brother of"] "Ken Masters" -> "Ryu" [taillabel = "Best friend of"] "Chun-Li " -> "Ryu" [taillabel = "Friend of"] "M. Bison" -> "Ryu" [taillabel = "Enemy of"] "Akuma" -> "Ryu" [taillabel = "Rival of"] "Sagat" -> "Ryu" [taillabel = "Rival of"] "Gouken" -> "Ryu" [taillabel = "Student of"] "Akuma" -> "Gouken" [taillabel = "Older Brother of"] "Ryu" -> "Gouken" [taillabel = "Teacher of"] "Ken Masters" -> "Gouken" [taillabel = "Teacher of"] "Dan Hibiki" -> "Gouken" [taillabel = "Teacher of"] }' | dot -Tsvg > output.svg