echo 'digraph { "Pot of Thunder" -> "Kilik Rung" [taillabel = "Meister of"] "Pot of Fire" -> "Kilik Rung" [taillabel = "Meister of"] "Kilik Rung" -> "Pot of Fire" [taillabel = "Weapon of"] "Pot of Thunder" -> "Pot of Fire" [taillabel = "Twin Brother of"] "Kilik Rung" -> "Pot of Thunder" [taillabel = "Weapon of"] "Pot of Fire" -> "Pot of Thunder" [taillabel = "Twin Sister of"] }' | dot -Tsvg > output.svg