echo 'digraph { "Neru Mikamo" -> "Asuna Ichinose" [taillabel = "Teammate of"] "Karin Kakudate" -> "Asuna Ichinose" [taillabel = "Teammate of"] "Akane Murokasa" -> "Asuna Ichinose" [taillabel = "Teammate of"] "Neru Mikamo" -> "Karin Kakudate" [taillabel = "Teammate of"] "Asuna Ichinose" -> "Karin Kakudate" [taillabel = "Teammate of"] "Akane Murokasa" -> "Karin Kakudate" [taillabel = "Teammate of"] "Asuna Ichinose" -> "Neru Mikamo" [taillabel = "Teammate of"] "Akane Murokasa" -> "Neru Mikamo" [taillabel = "Teammate of"] "Karin Kakudate" -> "Neru Mikamo" [taillabel = "Teammate of"] "Neru Mikamo" -> "Akane Murokasa" [taillabel = "Teammate of"] "Karin Kakudate" -> "Akane Murokasa" [taillabel = "Teammate of"] "Asuna Ichinose" -> "Akane Murokasa" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg