echo 'digraph { "Ilyana" -> "Zihark" [taillabel = "Friend of#"] "Brom" -> "Zihark" [taillabel = "Friend of#"] "Muarim" -> "Zihark" [taillabel = "Friend of#"] "Meg" -> "Brom" [taillabel = "Father of"] "Nephenee" -> "Brom" [taillabel = "Friend of#"] "Tormod" -> "Muarim" [taillabel = "Adoptive Father of"] }' | dot -Tsvg > output.svg