echo 'digraph { "Akira Sohma" -> "Akito Sohma" [taillabel = "Child of"] "Shigure Sohma" -> "Akito Sohma" [taillabel = "Girlfriend of"] "Ren Sohma" -> "Akito Sohma" [taillabel = "Daughter of"] "Akito Sohma" -> "Shigure Sohma" [taillabel = "Boyfriend of"] "Hatori Sohma" -> "Shigure Sohma" [taillabel = "Best friend of"] "Ayame Sohma" -> "Shigure Sohma" [taillabel = "Best friend of"] "Akito Sohma" -> "Akira Sohma" [taillabel = "Father of"] }' | dot -Tsvg > output.svg