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