echo 'digraph { "Tsukumo Sakurazuka" -> "Sakuya Hoshi" [taillabel = "classmate of"] "Akeno Kasugamori" -> "Sakuya Hoshi" [taillabel = "boyfriend of"] "Sakuya Hoshi" -> "Akeno Kasugamori" [taillabel = "girlfriend of"] "Natsuki Sakurazuka" -> "Tsukumo Sakurazuka" [taillabel = "younger brother of"] "Sakuya Hoshi" -> "Tsukumo Sakurazuka" [taillabel = "classmate of"] }' | dot -Tsvg > output.svg