Skip to content

Instantly share code, notes, and snippets.

@axgle
Created November 5, 2009 03:43
Show Gist options
  • Save axgle/226683 to your computer and use it in GitHub Desktop.
Save axgle/226683 to your computer and use it in GitHub Desktop.
d=DATA.read
`echo "#{d}"|dot -Tjpg -o a.jpg`
exec "firefox a.jpg"
__END__
digraph G{
1;
2;
3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment