echo 'digraph { "Sakura" -> "Touya" [taillabel = "Older Brother of"] "Yukito" -> "Touya" [taillabel = "Friend of"] "Touya" -> "Sakura" [taillabel = "Younger Sister of"] "Sakura Kinomoto" -> "Sakura" [taillabel = "Older Version of"] "Shaoran" -> "Sakura" [taillabel = "In love with"] "Fai D. Flourite" -> "Sakura" [taillabel = "Friend of"] "Kurogane" -> "Sakura" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg