echo 'digraph { "Rinoa Heartilly" -> "Squall Leonhart" [taillabel = "In love with"] "Laguna Loire" -> "Squall Leonhart" [taillabel = "Son of"] "Squall Leonhart" -> "Rinoa Heartilly" [taillabel = "In love with"] "Kiros Seagill" -> "Laguna Loire" [taillabel = "Companion of"] "Ward Zabac" -> "Laguna Loire" [taillabel = "Companion of"] "Squall Leonhart" -> "Laguna Loire" [taillabel = "Father of"] }' | dot -Tsvg > output.svg