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