echo 'digraph { "Gin Ichimaru " -> "Sosuke Aizen" [taillabel = "Partner of"] "Kaname Tosen" -> "Sosuke Aizen" [taillabel = "Partner of"] "Rangiku Matsumoto" -> "Gin Ichimaru " [taillabel = "In love with"] "Sosuke Aizen" -> "Gin Ichimaru " [taillabel = "Subordinate of"] "Sosuke Aizen" -> "Gin Ichimaru " [taillabel = "Enemy of"] "Sosuke Aizen" -> "Kaname Tosen" [taillabel = "Subordinate of"] "Gin Ichimaru " -> "Kaname Tosen" [taillabel = "Teammate of"] "Sajin Komamura" -> "Kaname Tosen" [taillabel = "Best friend of"] "Shuuhei Hisagi" -> "Kaname Tosen" [taillabel = "Teacher of"] }' | dot -Tsvg > output.svg