echo 'digraph { "Rose" -> "Sen" [taillabel = "Teammate of"] "Lesti" -> "Sen" [taillabel = "Superior of"] "Sen" -> "Rose" [taillabel = "Teammate of"] "Lesti" -> "Rose" [taillabel = "Superior of"] "Rose" -> "Lesti" [taillabel = "Subordinate of"] "Sen" -> "Lesti" [taillabel = "Subordinate of"] }' | dot -Tsvg > output.svg