echo 'digraph { "Guncannon" -> "Hayato Kobayashi" [taillabel = "Pilot of"] "Guntank" -> "Hayato Kobayashi" [taillabel = "Pilot of"] "Ryu Jose" -> "Guntank" [taillabel = "Mecha of"] "Hayato Kobayashi" -> "Guntank" [taillabel = "Mecha of"] "Kai Shiden" -> "Guncannon" [taillabel = "Mecha of"] "Hayato Kobayashi" -> "Guncannon" [taillabel = "Mecha of"] }' | dot -Tsvg > output.svg