echo 'digraph { "England" -> "France" [taillabel = "Friend of"] "Prussia" -> "France" [taillabel = "Friend of"] "Spain" -> "France" [taillabel = "Friend of"] "France" -> "England" [taillabel = "Friend of"] "Sealand" -> "England" [taillabel = "Brother of"] "Japan" -> "England" [taillabel = "Friend of"] "Sid Barrett (dead)" -> "England" [taillabel = "Best friend of"] "Germany" -> "Prussia" [taillabel = "Brother of"] "Spain" -> "Prussia" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg