Skip to content

Instantly share code, notes, and snippets.

@jonifreeman
Created June 18, 2012 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonifreeman/2947191 to your computer and use it in GitHub Desktop.
Save jonifreeman/2947191 to your computer and use it in GitHub Desktop.
example.dot:
graph graphname {
a -> b -> c;
b -> d;
}
$ graph-easy example.dot example.txt
$ cat example.txt
+---+
| a |
+---+
|
|
v
+---+ +---+
| d | <-- | b |
+---+ +---+
|
|
v
+---+
| c |
+---+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment