echo 'digraph { "Megumi" -> "Motoki" [taillabel = "Brother of"] "Eika" -> "Megumi" [taillabel = "Girlfriend of"] "Motoki" -> "Megumi" [taillabel = "Sister of"] }' | dot -Tsvg > output.svg