echo 'digraph { "Flynn Scifo" -> "Yuri Lowell" [taillabel = "Best friend of"] "Flynn Scifo" -> "Yuri Lowell" [taillabel = "Rival of"] "Yuri Lowell" -> "Flynn Scifo" [taillabel = "Best friend of"] "Yuri Lowell" -> "Flynn Scifo" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg