echo 'digraph { "Bork Cry" -> "Gundam Pixy" [taillabel = "Mecha of"] "Doug Schneid" -> "Gundam Pixy" [taillabel = "Mecha of"] "Fred Reber" -> "Gundam Pixy" [taillabel = "Mecha of"] "Zaku II Commander Type" -> "Doug Schneid" [taillabel = "Pilot of"] "Efreet" -> "Doug Schneid" [taillabel = "Pilot of"] "Gundam Pixy" -> "Doug Schneid" [taillabel = "Pilot of"] "Gundam Pixy" -> "Bork Cry" [taillabel = "Pilot of"] "Guncannon" -> "Bork Cry" [taillabel = "Pilot of"] "Gundam Pixy" -> "Fred Reber" [taillabel = "Pilot of"] "Efreet Schneid" -> "Fred Reber" [taillabel = "Pilot of"] }' | dot -Tsvg > output.svg