echo 'digraph { "Machoke" -> "Machop" [taillabel = "Evolves into"] "Machamp" -> "Machoke" [taillabel = "Evolves into"] "Machop" -> "Machoke" [taillabel = "Evolves from"] }' | dot -Tsvg > output.svg