echo 'digraph { "Gakuto Yuzuki" -> "Minato Yuzuki" [taillabel = "Older Brother of"] "Mikoto Yuzuki" -> "Minato Yuzuki" [taillabel = "Younger Brother of"] "Hayato Yuzuki" -> "Minato Yuzuki" [taillabel = "Younger Brother of"] "Hayato Yuzuki" -> "Gakuto Yuzuki" [taillabel = "Younger Brother of"] "Mikoto Yuzuki" -> "Gakuto Yuzuki" [taillabel = "Younger Brother of"] "Minato Yuzuki" -> "Gakuto Yuzuki" [taillabel = "Younger Brother of"] "Gakuto Yuzuki" -> "Mikoto Yuzuki" [taillabel = "Older Brother of"] "Hayato Yuzuki" -> "Mikoto Yuzuki" [taillabel = "Younger Brother of"] "Minato Yuzuki" -> "Mikoto Yuzuki" [taillabel = "Older Brother of"] "Gakuto Yuzuki" -> "Hayato Yuzuki" [taillabel = "Older Brother of"] "Minato Yuzuki" -> "Hayato Yuzuki" [taillabel = "Older Brother of"] "Mikoto Yuzuki" -> "Hayato Yuzuki" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg