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