echo 'digraph { "Jack" -> "Jake" [taillabel = "Father of"] "Jake" -> "Jack" [taillabel = "son of"] }' | dot -Tsvg > output.svg