echo 'digraph { "Katsuki Bakugo" -> "Mitsuki Bakugou" [taillabel = "Mother of"] "Mitsuki Bakugou" -> "Katsuki Bakugo" [taillabel = "Son of"] "Eijiro Kirishima" -> "Katsuki Bakugo" [taillabel = "Best friend of"] "Shota Aizawa" -> "Katsuki Bakugo" [taillabel = "Student of"] "Izuku Midoriya" -> "Katsuki Bakugo" [taillabel = "Childhood friend of"] "Tomura Shigaraki" -> "Katsuki Bakugo" [taillabel = "Enemy of"] "Masaru Bakugo" -> "Katsuki Bakugo" [taillabel = "Son of"] "Shoto Todoroki" -> "Katsuki Bakugo" [taillabel = "In love with"] }' | dot -Tsvg > output.svg