echo 'digraph { "Baki Hanma" -> "Jack Hanma" [taillabel = "Half-brother of"] "Yujiro Hanma" -> "Jack Hanma" [taillabel = "Son of"] "Baki Hanma" -> "Yujiro Hanma" [taillabel = "Father of"] "Jack Hanma" -> "Yujiro Hanma" [taillabel = "Father of"] }' | dot -Tsvg > output.svg