echo 'digraph { "Ryuuga Kuzuha" -> "Mai Kuzuha" [taillabel = "Sister of"] "Toraki Kuzuha" -> "Mai Kuzuha" [taillabel = "Sister of"] "Mai Kuzuha" -> "Ryuuga Kuzuha" [taillabel = "brother of"] "Toraki Kuzuha" -> "Ryuuga Kuzuha" [taillabel = "brother of"] "Eiko" -> "Ryuuga Kuzuha" [taillabel = "classmate of"] "Miko" -> "Ryuuga Kuzuha" [taillabel = "classmate of"] "Shiiko" -> "Ryuuga Kuzuha" [taillabel = "classmate of"] "Natsuki Akisaka" -> "Ryuuga Kuzuha" [taillabel = "Girlfriend of"] "Ryuuga Kuzuha" -> "Toraki Kuzuha" [taillabel = "brother of"] "Mai Kuzuha" -> "Toraki Kuzuha" [taillabel = "brother of"] }' | dot -Tsvg > output.svg