echo 'digraph { "Linda" -> "Sue-Belle" [taillabel = "Best friend of"] "Sue-Belle" -> "Linda" [taillabel = "Best friend of"] "Anton" -> "Linda" [taillabel = "Lover of"] }' | dot -Tsvg > output.svg