echo 'digraph { "Marius Pontmercy" -> "Courfeyrac" [taillabel = "Friend of#"] "Mylene" -> "Courfeyrac" [taillabel = "Boyfriend of"] "Cosette" -> "Marius Pontmercy" [taillabel = "Husband of"] "Monsieur Gillenormand" -> "Marius Pontmercy" [taillabel = "Grandson of"] "Courfeyrac" -> "Marius Pontmercy" [taillabel = "Friend of#"] "Fantine" -> "Marius Pontmercy" [taillabel = "Son-in-law of"] "Mademoiselle Gillenormand " -> "Marius Pontmercy" [taillabel = "Nephew of"] "Courfeyrac" -> "Mylene" [taillabel = "Girlfriend of"] }' | dot -Tsvg > output.svg