echo 'digraph { "Maria Robotnik" -> "Shadow the Hedgehog" [taillabel = "Friend of"] "Gerald Robotnik" -> "Maria Robotnik" [taillabel = "Granddaughter of"] "Doctor Eggman" -> "Maria Robotnik" [taillabel = "Cousin of"] "Shadow the Hedgehog" -> "Maria Robotnik" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg