echo 'digraph { "Squall Leonhart" -> "Quistis Trepe" [taillabel = "Instructor to"] "Zell Dincht" -> "Quistis Trepe" [taillabel = "Instructor to"] "Seifer Almasy" -> "Quistis Trepe" [taillabel = "Instructor to"] "Rinoa Heartilly" -> "Squall Leonhart" [taillabel = "In love with"] "Laguna Loire" -> "Squall Leonhart" [taillabel = "Son of"] "Rinoa Heartilly" -> "Seifer Almasy" [taillabel = "Former boyfriend of"] "Squall Leonhart" -> "Seifer Almasy" [taillabel = "Rival of"] }' | dot -Tsvg > output.svg