echo 'digraph { "Jibril" -> "Sora" [taillabel = "Master of "] "Shiro" -> "Sora" [taillabel = "Brother of"] "Teto" -> "Sora" [taillabel = "summoned by"] "Sora" -> "Shiro" [taillabel = "Sister of"] "Teto" -> "Shiro" [taillabel = "summoned by"] "Sora" -> "Jibril" [taillabel = "Property of"] "Sora" -> "Teto" [taillabel = "summoner of"] "Shiro" -> "Teto" [taillabel = "summoner of"] "Riku Dola" -> "Teto" [taillabel = "created by"] }' | dot -Tsvg > output.svg