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