echo 'digraph { "A (Second Raikage)" -> "A (First Raikage)" [taillabel = "predecessor of"] "A (First Raikage)" -> "A (Second Raikage)" [taillabel = "successor of"] "A (Third Raikage)" -> "A (Second Raikage)" [taillabel = "predecessor of"] "Kinkaku" -> "A (Second Raikage)" [taillabel = "killed by"] "Ginkaku" -> "A (Second Raikage)" [taillabel = "killed by"] }' | dot -Tsvg > output.svg