echo 'digraph { "Mamoru" -> "Kakeru" [taillabel = "Friend of"] "Kakeru" -> "Mamoru" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg