Skip to content

Instantly share code, notes, and snippets.

@adiog
Last active October 11, 2017 14:34
Show Gist options
  • Save adiog/231180cfcd84f430eb2c89f5a96be603 to your computer and use it in GitHub Desktop.
Save adiog/231180cfcd84f430eb2c89f5a96be603 to your computer and use it in GitHub Desktop.
(echo "digraph {"; (cat input.txt | sed -e '1!p' | sed -e '$d' | sed -e "/.*/{N;{s#\s*\n\s*# -> #g};p}" | sort | uniq); echo "}") | dot -Tpng -o output.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment