echo 'digraph { "Charmeleon" -> "Charmander" [taillabel = "Evolves into"] "Charizard" -> "Charmeleon" [taillabel = "Evolves into"] "Charmander" -> "Charmeleon" [taillabel = "Evolves from"] }' | dot -Tsvg > output.svg