echo 'digraph { "Celica" -> "Mae" [taillabel = "Best friend of"] "Genny" -> "Mae" [taillabel = "Friend of"] "Conrad" -> "Celica" [taillabel = "Sister of"] "Alm" -> "Celica" [taillabel = "Wife of"] "Celica" -> "Genny" [taillabel = "Friend of"] "Mae" -> "Genny" [taillabel = "Friend of"] "Boey" -> "Genny" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg