echo 'digraph { "Perfect Zeong" -> "Io Fleming" [taillabel = "Pilot of"] "Full Armor Gundam" -> "Io Fleming" [taillabel = "Pilot of"] "GM" -> "Io Fleming" [taillabel = "Pilot of"] "Rick Dom" -> "Io Fleming" [taillabel = "Pilot of"] "Io Fleming" -> "Rick Dom" [taillabel = "Mecha of"] "Io Fleming" -> "Full Armor Gundam" [taillabel = "Mecha of"] "Io Fleming" -> "Perfect Zeong" [taillabel = "Mecha of"] }' | dot -Tsvg > output.svg