echo 'digraph { "Satyr" -> "Baal" [taillabel = "Friend of"] "Medusa" -> "Baal" [taillabel = "Friend of"] "Gran" -> "Baal" [taillabel = "Teammate of"] "Djeeta" -> "Baal" [taillabel = "Teammate of"] "Geo" -> "Baal" [taillabel = "Enemy of"] "Nezha" -> "Baal" [taillabel = "Friend of"] "Aoidos" -> "Baal" [taillabel = "Friend of"] "Vyrn" -> "Baal" [taillabel = "Friend of"] "Rackam" -> "Baal" [taillabel = "Friend of"] "Satyr" -> "Medusa" [taillabel = "Friend of"] "Athena" -> "Medusa" [taillabel = "Friend of"] "Baal" -> "Medusa" [taillabel = "Friend of"] "Nezha" -> "Medusa" [taillabel = "Friend of"] "Geo" -> "Medusa" [taillabel = "Enemy of"] "Stheno" -> "Medusa" [taillabel = "Younger Sister of"] "Euryale" -> "Medusa" [taillabel = "Younger Sister of"] }' | dot -Tsvg > output.svg