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