echo 'digraph { "Jake" -> "Finn" [taillabel = "Best friend of"] "Finn" -> "Jake" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg