echo 'digraph { "Bunbee" -> "Scorp" [taillabel = "Friend 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