echo 'digraph { "Cosmoem" -> "Lunala" [taillabel = "Evolves from"] "Cosmog" -> "Cosmoem" [taillabel = "Evolves from"] "Lunala" -> "Cosmoem" [taillabel = "Evolves into"] "Solgaleo" -> "Cosmoem" [taillabel = "Evolves into"] }' | dot -Tsvg > output.svg