echo 'digraph { "Qifrey" -> "Agott" [taillabel = "Student of"] "Coco" -> "Qifrey" [taillabel = "Teacher of"] "Richeh" -> "Qifrey" [taillabel = "Teacher of"] "Agott" -> "Qifrey" [taillabel = "Teacher of"] "Tetia" -> "Qifrey" [taillabel = "Teacher of"] }' | dot -Tsvg > output.svg