echo 'digraph { "Tsareena" -> "Steenee" [taillabel = "Evolves into"] "Bounsweet" -> "Steenee" [taillabel = "Evolves from"] "Steenee" -> "Bounsweet" [taillabel = "Evolves into"] "Steenee" -> "Tsareena" [taillabel = "Evolves from"] }' | dot -Tsvg > output.svg