echo 'digraph { "Kaito Shiratori" -> "Daichi Shiratori" [taillabel = "Brother of"] "Go Asahi" -> "Daichi Shiratori" [taillabel = "Friend of"] "Rei Kurosaki" -> "Daichi Shiratori" [taillabel = "Friend of"] "Shigeo Kageyama" -> "Go Asahi" [taillabel = "Friend of"] "Takeshi Hoshino" -> "Go Asahi" [taillabel = "Friend of"] "Ritsu Kageyama" -> "Go Asahi" [taillabel = "Friend of"] "Rei Kurosaki" -> "Go Asahi" [taillabel = "Friend of"] "Teruki Hanazawa" -> "Go Asahi" [taillabel = "Friend of"] "Daichi Shiratori" -> "Kaito Shiratori" [taillabel = "Twin Brother of"] }' | dot -Tsvg > output.svg