echo 'digraph { "Ferdinand" -> "Ludwig" [taillabel = "Father of"] "Ludwig" -> "Ferdinand" [taillabel = "Son of"] }' | dot -Tsvg > output.svg