echo 'digraph { "Mello" -> "Near" [taillabel = "Rival of"] "Near" -> "Mello" [taillabel = "Rival of"] "Matt" -> "Mello" [taillabel = "Best friend of"] }' | dot -Tsvg > output.svg