echo 'digraph { "Popee" -> "Papi" [taillabel = "Father of"] "Papi" -> "Popee" [taillabel = "Child of"] }' | dot -Tsvg > output.svg