echo 'digraph { "Wave the Swallow" -> "Storm the Albatross" [taillabel = "Teammate of"] "Jet the Hawk" -> "Storm the Albatross" [taillabel = "Teammate of"] "Sonic the Hedgehog" -> "Jet the Hawk" [taillabel = "Rival of"] "Wave the Swallow" -> "Jet the Hawk" [taillabel = "Boss of"] "Storm the Albatross" -> "Jet the Hawk" [taillabel = "Boss of"] "Jet the Hawk" -> "Wave the Swallow" [taillabel = "Teammate of"] "Storm the Albatross" -> "Wave the Swallow" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg