echo 'digraph { "Jecht" -> "Tidus" [taillabel = "Son of"] "Yuna" -> "Tidus" [taillabel = "Lover of"] "Tidus" -> "Yuna" [taillabel = "Lover of"] "Braska" -> "Yuna" [taillabel = "Daughter of"] "Tidus" -> "Jecht" [taillabel = "Father of"] }' | dot -Tsvg > output.svg