echo 'digraph { "Three" -> "Four" [taillabel = "Older Brother of"] "V" -> "Four" [taillabel = "Younger Brother of"] "Ryouga Kamishiro" -> "Four" [taillabel = "Former enemy of"] "Kite Tenjo" -> "Ryouga Kamishiro" [taillabel = "Friend of#"] "Yuma Tsukumo" -> "Ryouga Kamishiro" [taillabel = "Friend of#"] "Rio Kamishiro" -> "Ryouga Kamishiro" [taillabel = "Older Brother of"] "Four" -> "Ryouga Kamishiro" [taillabel = "Former enemy of"] "Four" -> "Three" [taillabel = "Younger Brother of"] "V" -> "Three" [taillabel = "Younger Brother of"] "Yuma Tsukumo" -> "Three" [taillabel = "Friend of#"] "Four" -> "V" [taillabel = "Older Brother of"] "Three" -> "V" [taillabel = "Older Brother of"] "Kite Tenjo" -> "V" [taillabel = "Former mentor of"] }' | dot -Tsvg > output.svg