echo 'digraph { "Chris" -> "Ariel" [taillabel = "Teacher of"] "Ariel" -> "Chris" [taillabel = "Student of"] }' | dot -Tsvg > output.svg