echo 'digraph { "Innes" -> "Hayden" [taillabel = "Father of"] "Tana" -> "Hayden" [taillabel = "Father of"] "Tana" -> "Innes" [taillabel = "Older Brother of"] "Hayden" -> "Innes" [taillabel = "son of"] "Innes" -> "Tana" [taillabel = "Younger Sister of"] "Hayden" -> "Tana" [taillabel = "Daughter of"] "Eirika" -> "Tana" [taillabel = "Childhood friend of"] }' | dot -Tsvg > output.svg