echo 'digraph { "Honest" -> "Syura" [taillabel = "Son of"] "Lubbock" -> "Syura" [taillabel = "Enemy of"] "Chelsea" -> "Lubbock" [taillabel = "Teammate of"] "Bulat" -> "Lubbock" [taillabel = "Teammate of"] "Leone" -> "Lubbock" [taillabel = "Teammate of"] "Tatsumi" -> "Lubbock" [taillabel = "Teammate of"] "Mine" -> "Lubbock" [taillabel = "Teammate of"] "Akame" -> "Lubbock" [taillabel = "Teammate of"] "Najenda" -> "Lubbock" [taillabel = "Subordinate of"] "Emperor" -> "Honest" [taillabel = "Friend of"] "Esdeath" -> "Honest" [taillabel = "Friend of"] "Syura" -> "Honest" [taillabel = "Father of"] }' | dot -Tsvg > output.svg