echo 'digraph { "Leonardo" -> "Edward" [taillabel = "Friend of"] "Edward" -> "Leonardo" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg