Created
June 19, 2014 04:59
-
-
Save christopher-beckham/e56e8c35bf4e0c0b478b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph unix { | |
node [color=lightblue2, style=filled]; | |
"node1" -> "node2" | |
"node3" -> "node2" | |
"node4" -> "node1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment