echo 'digraph { "Cream the Rabbit" -> "Vanilla the Rabbit" [taillabel = "Mother of"] "Vector the Crocodile" -> "Vanilla the Rabbit" [taillabel = "Friend of"] "Cheese the Chao" -> "Cream the Rabbit" [taillabel = "Best friend of"] "Vanilla the Rabbit" -> "Cream the Rabbit" [taillabel = "Daughter of"] "Amy Rose" -> "Cream the Rabbit" [taillabel = "Friend of"] "Tails" -> "Cream the Rabbit" [taillabel = "Friend of"] "Espio the Chameleon" -> "Vector the Crocodile" [taillabel = "Teammate of"] "Charmy the Bee" -> "Vector the Crocodile" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg