echo 'digraph { "Shiida" -> "Marth" [taillabel = "Engaged to"] "Merric" -> "Marth" [taillabel = "Friend of"] "Elice" -> "Marth" [taillabel = "Brother of"] "Marth" -> "Shiida" [taillabel = "Engaged to"] "Marth" -> "Merric" [taillabel = "Friend of"] "Marth" -> "Elice" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg