echo 'digraph { "Ginro" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Chrome" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Kohaku" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Ruri" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Magma" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Kinro" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Kaseki" -> "Byakuya Ishigami" [taillabel = "Ancestor of"] "Ginro" -> "Kinro" [taillabel = "Brother of"] "Kinro" -> "Ginro" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg