echo 'digraph { "Ben Tennyson" -> "Alien X" [taillabel = "Transformation of"] "Gwen Tennyson" -> "Ben Tennyson" [taillabel = "Cousin of"] "Lucy Mann" -> "Ben Tennyson" [taillabel = "Cousin of"] "Max Tennyson" -> "Ben Tennyson" [taillabel = "Grandson of"] }' | dot -Tsvg > output.svg