echo 'digraph { "Ike" -> "Priam" [taillabel = "Descendant of"] "Greil" -> "Ike" [taillabel = "son of"] "Mist" -> "Ike" [taillabel = "Older Brother of"] "Black Knight" -> "Ike" [taillabel = "nemesis of"] "Soren" -> "Ike" [taillabel = "Best friend of"] "Elena" -> "Ike" [taillabel = "son of"] }' | dot -Tsvg > output.svg