echo 'digraph { "Loco " -> "Chaton" [taillabel = "Friend of"] "Alan" -> "Chaton" [taillabel = "In love with"] "Chaton" -> "Loco " [taillabel = "Friend of"] "Ian" -> "Loco " [taillabel = "Former teammate of"] "Halloween" -> "Loco " [taillabel = "Subordinate of"] "Alibaba" -> "Loco " [taillabel = "Former teammate of"] "Fuugi" -> "Loco " [taillabel = "Former teammate of"] }' | dot -Tsvg > output.svg