echo 'digraph { "Marth" -> "Abel" [taillabel = "Servant of"] "Cain" -> "Abel" [taillabel = "Friend of#"] "Est" -> "Abel" [taillabel = "Husband of"] "Shiida" -> "Marth" [taillabel = "Engaged to"] "Merric" -> "Marth" [taillabel = "Friend of#"] "Elice" -> "Marth" [taillabel = "Brother of"] "Abel" -> "Cain" [taillabel = "Friend of#"] "Abel" -> "Est" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg