echo 'digraph { "Girinma" -> "Bunbee" [taillabel = "Boss of"] "Gamao" -> "Bunbee" [taillabel = "Boss of"] "Arachnea" -> "Bunbee" [taillabel = "Boss of"] "Scorp" -> "Bunbee" [taillabel = "Friend of#"] "Bunbee" -> "Girinma" [taillabel = "Subordinate of"] "Bunbee" -> "Gamao" [taillabel = "Subordinate of"] "Bunbee" -> "Arachnea" [taillabel = "Subordinate of"] "Bunbee" -> "Scorp" [taillabel = "Friend of#"] }' | dot -Tsvg > output.svg