echo 'digraph { "Carole Stanley" -> "Tuesday Simmons" [taillabel = "Bandmate of"] "Spencer Simmons" -> "Tuesday Simmons" [taillabel = "Younger Sister of"] "Tuesday Simmons" -> "Carole Stanley" [taillabel = "Bandmate of"] "Valerie Simmons" -> "Spencer Simmons" [taillabel = "Son of"] "Tuesday Simmons" -> "Spencer Simmons" [taillabel = "Older Brother of"] }' | dot -Tsvg > output.svg