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