echo 'digraph { "Brom" -> "Nephenee" [taillabel = "Friend of"] "Meg" -> "Brom" [taillabel = "Father of"] "Nephenee" -> "Brom" [taillabel = "Friend of"] }' | dot -Tsvg > output.svg