sudo apt-get install graphviz
dot -Gsize=\'10,8\' -Tpng dotファイル名 -o pngファイル名
echo \"digraph G {Hello->World}\" | dot -Tpng >hello.png