echo 'digraph { "Lena" -> "Ace" [taillabel = "Son of"] "Lance" -> "Ace" [taillabel = "Rival of"] "Ace" -> "Lance" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg