echo 'digraph { "Lyney" -> "Freminet" [taillabel = "Adoptive brother of"] "Lynette" -> "Freminet" [taillabel = "Adoptive brother of"] "Lyney" -> "Lynette" [taillabel = "Twin Sister of"] "Freminet" -> "Lynette" [taillabel = "Adoptive sister of"] "Lynette" -> "Lyney" [taillabel = "Twin Brother of"] "Freminet" -> "Lyney" [taillabel = "Adoptive brother of"] }' | dot -Tsvg > output.svg