echo 'digraph { "Lusamine" -> "Gladion" [taillabel = "Son of"] "Lillie" -> "Gladion" [taillabel = "Older Brother of"] "Lusamine" -> "Lillie" [taillabel = "Daughter of"] "Gladion" -> "Lillie" [taillabel = "Younger Sister of"] "Gladion" -> "Lusamine" [taillabel = "Mother of"] "Lillie" -> "Lusamine" [taillabel = "Mother of"] }' | dot -Tsvg > output.svg