echo 'digraph { "Hector" -> "Astore" [taillabel = "Servant of"] "Igrene" -> "Astore" [taillabel = "Husband of"] "Eliwood" -> "Hector" [taillabel = "Best friend of"] "Lilina" -> "Hector" [taillabel = "Father of"] "Hawkeye" -> "Igrene" [taillabel = "Daughter of"] "Fae" -> "Igrene" [taillabel = "Protector of"] "Astore" -> "Igrene" [taillabel = "Wife of"] }' | dot -Tsvg > output.svg