echo 'digraph { "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"] "Christopher Thorndyke" -> "Sonic the Hedgehog" [taillabel = "Friend of"] "Tails" -> "Sonic the Hedgehog" [taillabel = "Best friend of"] "Shadow the Hedgehog" -> "Sonic the Hedgehog" [taillabel = "Rival of"] "Amy Rose" -> "Sonic the Hedgehog" [taillabel = "Friend of"] "Knuckles" -> "Sonic the Hedgehog" [taillabel = "Friend of"] "Jet the Hawk" -> "Wave the Swallow" [taillabel = "Teammate of"] "Storm the Albatross" -> "Wave the Swallow" [taillabel = "Teammate of"] "Wave the Swallow" -> "Storm the Albatross" [taillabel = "Teammate of"] "Jet the Hawk" -> "Storm the Albatross" [taillabel = "Teammate of"] }' | dot -Tsvg > output.svg