echo 'digraph { "Susanoo" -> "Najenda" [taillabel = "Owner of"] "Esdeath" -> "Najenda" [taillabel = "Rival of"] "Najenda" -> "Esdeath" [taillabel = "Rival of"] "Honest" -> "Esdeath" [taillabel = "Friend of#"] "Tatsumi" -> "Esdeath" [taillabel = "In love with"] "Mine" -> "Esdeath" [taillabel = "Enemy of"] "Susanoo" -> "Esdeath" [taillabel = "Enemy of"] "Akame" -> "Esdeath" [taillabel = "Enemy of"] "Leone" -> "Esdeath" [taillabel = "Enemy of"] "Najenda" -> "Susanoo" [taillabel = "Servant of"] "Akame" -> "Susanoo" [taillabel = "Teammate of"] "Lubbock" -> "Susanoo" [taillabel = "Teammate of"] "Leone" -> "Susanoo" [taillabel = "Teammate of"] "Tatsumi" -> "Susanoo" [taillabel = "Teammate of"] "Mine" -> "Susanoo" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg