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