echo 'digraph { "Draven" -> "Swain" [taillabel = "Friend of"] "Darius" -> "Swain" [taillabel = "Teammate of"] "Irelia" -> "Swain" [taillabel = "Enemy of"] "Rell" -> "Swain" [taillabel = "Enemy of"] "LeBlanc" -> "Swain" [taillabel = "Enemy of"] "Draven" -> "Darius" [taillabel = "Brother of"] "Darius" -> "Draven" [taillabel = "Brother of"] }' | dot -Tsvg > output.svg