echo 'digraph { "Jim Crocodile Cook" -> "Austin O'Brien" [taillabel = "Best friend of"] "Juudai Yuuki" -> "Austin O'Brien" [taillabel = "Friend of"] "Austin O'Brien" -> "Jim Crocodile Cook" [taillabel = "Best friend of"] "Juudai Yuuki" -> "Jim Crocodile Cook" [taillabel = "Friend of"] "Asuka Tenjouin" -> "Jim Crocodile Cook" [taillabel = "Friend of"] "Tyranno Kenzan" -> "Jim Crocodile Cook" [taillabel = "Friend of"] "Asuka Tenjouin" -> "Juudai Yuuki" [taillabel = "Friend of"] "Yubel" -> "Juudai Yuuki" [taillabel = "Former Enemy of"] "Jun Manjoume" -> "Juudai Yuuki" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg