echo 'digraph { "Link" -> "Aryll" [taillabel = "Younger Sister of"] "Link's Grandma" -> "Aryll" [taillabel = "Granddaughter of"] "Tetra" -> "Link" [taillabel = "Friend of#"] "Link's Grandma" -> "Link" [taillabel = "Grandson of"] "Aryll" -> "Link" [taillabel = "Older Brother of"] "Aryll" -> "Link's Grandma" [taillabel = "Grandmother of"] "Link" -> "Link's Grandma" [taillabel = "Grandmother of"] }' | dot -Tsvg > output.svg